Change Base-Path

This commit is contained in:
CanbiZ 2025-03-03 12:18:21 +01:00
parent 9f8181cba6
commit b36c6dc70c
3 changed files with 4 additions and 4 deletions

View File

@ -15,11 +15,11 @@ const nextConfig = {
}, },
env: { env: {
BASE_PATH: "ProxmoxVE", BASE_PATH: "ProxmoxVED",
}, },
output: "export", output: "export",
basePath: `/ProxmoxVE`, basePath: `/ProxmoxVED`,
}; };
export default nextConfig; export default nextConfig;

View File

@ -61,7 +61,7 @@ export default function Page() {
`inline`, `inline`,
)} )}
> >
Scripts by tteck Develop Instance
</span> </span>
</AnimatedGradientText> </AnimatedGradientText>
</div> </div>

View File

@ -44,7 +44,7 @@ function Navbar() {
unoptimized unoptimized
width={18} width={18}
alt="logo" alt="logo"
src="/ProxmoxVE/logo.png" src="/ProxmoxVED/logo.png"
className="" className=""
/> />
<span className="hidden md:block">Proxmox VE Helper-Scripts</span> <span className="hidden md:block">Proxmox VE Helper-Scripts</span>