From 36fe234c594550607394ff856331cb318df61d3b Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:11:35 +1000 Subject: [PATCH] Update next.config.mjs --- frontend/next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;