0.0.8.5
This commit is contained in:
+5
-4
@@ -1,12 +1,13 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
// 指定项目根目录,避免多锁文件警告
|
||||
// 由于父目录存在其他锁文件,我们明确指定当前项目目录为根目录
|
||||
|
||||
experimental: {
|
||||
turbo: {
|
||||
root: process.cwd(),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user