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