1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 16:31:50 +00:00

manually set basePath in next.config.mjs (#109)

This commit is contained in:
Bram Suurd 2024-11-06 23:57:50 +01:00 committed by GitHub
parent 93fd495f65
commit d739d89caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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