We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997fa3a commit eb7e5ccCopy full SHA for eb7e5cc
next.config.js
@@ -36,8 +36,7 @@ configuration = {
36
// Dangerously allow production builds to successfully complete even if
37
// your project has type errors.
38
// !! WARN !!
39
- ignoreBuildErrors: true,
40
- ignoreDevErrors: true,
+ ignoreBuildErrors: false,
41
},
42
// Disabling file-system routing to always use custom server.
43
// useFileSystemPublicRoutes: false,
0 commit comments