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