Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
asylumexp committed Jan 9, 2025
1 parent b5036f7 commit 36fe234
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: "Proxmox",
BASE_PATH: "",
},

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

export default nextConfig;

0 comments on commit 36fe234

Please sign in to comment.