diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 96d5758f..5407a9c5 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;