diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index a2529f34..108da034 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -19,7 +19,7 @@ const nextConfig = { }, output: "export", - basePath: `/${process.env.BASE_PATH}`, + basePath: `/ProxmoxVE`, }; export default nextConfig;