We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9128c88 commit 910359dCopy full SHA for 910359d
next.config.ts
@@ -5,6 +5,9 @@ const nextConfig: NextConfig = {
5
typescript: {
6
ignoreBuildErrors: true,
7
},
8
+ eslint: {
9
+ ignoreDuringBuilds: true,
10
+ },
11
images: {
12
dangerouslyAllowSVG: true,
13
remotePatterns: [
0 commit comments