Skip to content

Commit d739d89

Browse files
authored
manually set basePath in next.config.mjs (#109)
1 parent 93fd495 commit d739d89

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
@@ -19,7 +19,7 @@ const nextConfig = {
1919
},
2020

2121
output: "export",
22-
basePath: `/${process.env.BASE_PATH}`,
22+
basePath: `/ProxmoxVE`,
2323
};
2424

2525
export default nextConfig;

0 commit comments

Comments
 (0)