Change frontend base path to /Proxmox

This commit is contained in:
Sam
2025-01-09 17:23:28 +10:00
parent b6b8c74f49
commit fac895dc14

View File

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