change config

This commit is contained in:
2025-03-21 14:53:26 +08:00
parent 271230fca7
commit e0f9018a20
4 changed files with 3723 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ const nextConfig: NextConfig = {
// 配置实验性选项
experimental: {
// 禁用外部目录处理避免monorepo问题
externalDir: true,
// externalDir: true,
},
// 禁用严格模式,避免开发时重复渲染