From b36c6dc70c7a5ed6716b197667bd96c0ba6975e4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:18:21 +0100 Subject: [PATCH] Change Base-Path --- frontend/next.config.mjs | 4 ++-- frontend/src/app/page.tsx | 2 +- frontend/src/components/Navbar.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 108da034e..1bcb1bc8e 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -15,11 +15,11 @@ const nextConfig = { }, env: { - BASE_PATH: "ProxmoxVE", + BASE_PATH: "ProxmoxVED", }, output: "export", - basePath: `/ProxmoxVE`, + basePath: `/ProxmoxVED`, }; export default nextConfig; diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index b12bbac32..864d52808 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -61,7 +61,7 @@ export default function Page() { `inline`, )} > - Scripts by tteck + Develop Instance diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index ac0d8ba02..54100d1b9 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -44,7 +44,7 @@ function Navbar() { unoptimized width={18} alt="logo" - src="/ProxmoxVE/logo.png" + src="/ProxmoxVED/logo.png" className="" /> Proxmox VE Helper-Scripts