force static base path

This commit is contained in:
Bram Suurd 2024-11-06 22:26:26 +01:00
parent 339aa93ec9
commit 11197af3e1

View File

@ -19,7 +19,7 @@ const nextConfig = {
},
output: "export",
basePath: process.env.BASE_PATH,
basePath: "/ProxmoxVE",
};
export default nextConfig;