diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 108da034e..7f76aed3a 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -15,11 +15,11 @@ const nextConfig = { }, env: { - BASE_PATH: "ProxmoxVE", + BASE_PATH: "Proxmox", }, output: "export", - basePath: `/ProxmoxVE`, + basePath: `/Proxmox`, }; export default nextConfig;