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