This commit is contained in:
freedakgmail
2025-11-24 14:02:34 +08:00
parent b7a8c9ee6e
commit 3d075c6076
941 changed files with 25613 additions and 27641 deletions
+5 -4
View File
@@ -1,12 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true,
},
// 指定项目根目录,避免多锁文件警告
// 由于父目录存在其他锁文件,我们明确指定当前项目目录为根目录
experimental: {
turbo: {
root: process.cwd(),
},
},
}
export default nextConfig