This commit is contained in:
star7th
2025-04-10 18:06:45 +08:00
commit 54650cd944
154 changed files with 29090 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
eslint: {
// 在构建过程中忽略ESLint错误
ignoreDuringBuilds: true,
},
/* config options here */
};
module.exports = nextConfig;