This commit is contained in:
freedakgmail
2025-11-29 21:56:05 +08:00
parent dca082e0a3
commit d22f1fb889
182 changed files with 928 additions and 850 deletions
-5
View File
@@ -5,11 +5,6 @@ const nextConfig = {
},
// 显式设置为根路径 '/',防止自动推断错误或代理环境下的相对路径解析问题
assetPrefix: '/',
experimental: {
turbo: {
root: process.cwd(),
},
},
}
export default nextConfig