diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 108da03..1bcb1bc 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 b12bbac..864d528 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 ac0d8ba..54100d1 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