Change Base-Path
This commit is contained in:
parent
9f8181cba6
commit
b36c6dc70c
@ -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;
|
||||||
|
@ -61,7 +61,7 @@ export default function Page() {
|
|||||||
`inline`,
|
`inline`,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Scripts by tteck
|
Develop Instance
|
||||||
</span>
|
</span>
|
||||||
</AnimatedGradientText>
|
</AnimatedGradientText>
|
||||||
</div>
|
</div>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user