Skip to content

Commit

Permalink
Change frontend base path to /Proxmox
Browse files Browse the repository at this point in the history
  • Loading branch information
asylumexp committed Jan 9, 2025
1 parent b6b8c74 commit fac895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const nextConfig = {
},

env: {
BASE_PATH: "ProxmoxVE",
BASE_PATH: "Proxmox",
},

output: "export",
basePath: `/ProxmoxVE`,
basePath: `/Proxmox`,
};

export default nextConfig;

0 comments on commit fac895d

Please sign in to comment.