We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47cb12 commit 3fdfb06Copy full SHA for 3fdfb06
1 file changed
next.config.mjs
@@ -3,11 +3,6 @@ const nextConfig = {
3
images: {
4
unoptimized: true,
5
},
6
- eslint: {
7
- // Warning: This allows production builds to successfully complete even if
8
- // your project has ESLint errors.
9
- ignoreDuringBuilds: true,
10
- },
11
typescript: {
12
// !! WARN !!
13
// Dangerously allow production builds to successfully complete even if
0 commit comments