mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
manually set basePath in next.config.mjs
(#109)
This commit is contained in:
parent
93fd495f65
commit
d739d89caa
@ -19,7 +19,7 @@ const nextConfig = {
|
||||
},
|
||||
|
||||
output: "export",
|
||||
basePath: `/${process.env.BASE_PATH}`,
|
||||
basePath: `/ProxmoxVE`,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user