mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-14 19:59:17 +00:00
Update configuration to use environment variable for BASE_PATH and reflect changes in siteConfig
This commit is contained in:
parent
595de3738f
commit
339aa93ec9
@ -14,7 +14,12 @@ const nextConfig = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
env: {
|
||||||
|
BASE_PATH: "/ProxmoxVE",
|
||||||
|
},
|
||||||
|
|
||||||
output: "export",
|
output: "export",
|
||||||
|
basePath: process.env.BASE_PATH,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { MessagesSquare, Scroll } from "lucide-react";
|
import { MessagesSquare, Scroll } from "lucide-react";
|
||||||
import { FaGithub } from "react-icons/fa";
|
import { FaGithub } from "react-icons/fa";
|
||||||
|
|
||||||
export const basePath = "ProxmoxVE";
|
export const basePath = process.env.BASE_PATH;
|
||||||
|
|
||||||
export const navbarLinks = [
|
export const navbarLinks = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user