Change Base-Path

This commit is contained in:
CanbiZ
2025-03-03 12:18:21 +01:00
parent 9f8181cba6
commit b36c6dc70c
3 changed files with 4 additions and 4 deletions

View File

@@ -15,11 +15,11 @@ const nextConfig = {
},
env: {
BASE_PATH: "ProxmoxVE",
BASE_PATH: "ProxmoxVED",
},
output: "export",
basePath: `/ProxmoxVE`,
basePath: `/ProxmoxVED`,
};
export default nextConfig;