Skip to content

Commit 4ca4504

Browse files
committed
Update basePath in next.config.mjs for ProxmoxVE deployment configuration
1 parent a4a373e commit 4ca4504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const nextConfig = {
1515
},
1616

1717
output: "export",
18-
// basePath: "/proxmox-helper-scripts",
18+
basePath: "/ProxmoxVE",
1919
};
2020

2121
export default nextConfig;

0 commit comments

Comments
 (0)