Update next.config.mjs

This commit is contained in:
Sam Heinz
2025-01-09 22:11:35 +10:00
parent b5036f77a3
commit 36fe234c59

View File

@@ -15,11 +15,11 @@ const nextConfig = {
}, },
env: { env: {
BASE_PATH: "Proxmox", BASE_PATH: "",
}, },
output: "export", output: "export",
basePath: `/Proxmox`, basePath: ``,
}; };
export default nextConfig; export default nextConfig;