fix: build ignore eslint error

This commit is contained in:
hamster1963 2024-12-13 10:38:54 +08:00
parent c083a1bfa8
commit 3ddf688229

View File

@ -29,6 +29,12 @@ const nextConfig = {
},
},
output: "standalone",
poweredByHeader: false,
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
logging: {
fetches: {
fullUrl: true,