1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-16 18:51:54 +00:00

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;