diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 6078b15b2..805af40ac 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -15,7 +15,7 @@ const nextConfig = { }, output: "export", - // basePath: "/proxmox-helper-scripts", + basePath: "/ProxmoxVE", }; export default nextConfig;