manually set basePath in next.config.mjs (#109)
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions

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;