mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39: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",
|
||||
basePath: process.env.BASE_PATH,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { MessagesSquare, Scroll } from "lucide-react";
|
||||
import { FaGithub } from "react-icons/fa";
|
||||
|
||||
export const basePath = "ProxmoxVE";
|
||||
export const basePath = process.env.BASE_PATH;
|
||||
|
||||
export const navbarLinks = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user