Update basePath in next.config.mjs for ProxmoxVE deployment configuration

This commit is contained in:
Bram Suurd 2024-11-05 00:08:58 +01:00
parent a4a373e890
commit 4ca45042cc

View File

@ -15,7 +15,7 @@ const nextConfig = {
},
output: "export",
// basePath: "/proxmox-helper-scripts",
basePath: "/ProxmoxVE",
};
export default nextConfig;