From 4ca45042cc017960c7eed72b8494fb28840969f3 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:08:58 +0100 Subject: [PATCH] Update basePath in next.config.mjs for ProxmoxVE deployment configuration --- frontend/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;