This commit is contained in:
freedakgmail
2025-11-24 08:11:15 +08:00
parent bec270c9af
commit b7a8c9ee6e
674 changed files with 7042 additions and 278 deletions
+2
View File
@@ -1,10 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true,
},
// 指定项目根目录,避免多锁文件警告
// 由于父目录存在其他锁文件,我们明确指定当前项目目录为根目录
}
export default nextConfig