mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
manually set basePath in next.config.mjs
(#109)
This commit is contained in:
parent
93fd495f65
commit
d739d89caa
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const nextConfig = {
|
|||
},
|
||||
|
||||
output: "export",
|
||||
basePath: `/${process.env.BASE_PATH}`,
|
||||
basePath: `/ProxmoxVE`,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue