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

View File

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