Skip to content

Commit a5efb04

Browse files
author
zhaoshiwei1
committed
fix: remove basePath configuration in next.config.js to simplify deployment settings
1 parent 3fd4b46 commit a5efb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const nextConfig = {
2525
*/
2626
typedRoutes: true,
2727
},
28-
basePath: isProd ? "http://powder.icu/" : "",
28+
basePath: "",
2929
output: "export",
3030
/**
3131
* 其他常用配置项(当前未启用):

0 commit comments

Comments
 (0)