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