Skip to content

Commit 910359d

Browse files
committed
update next config
1 parent 9128c88 commit 910359d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const nextConfig: NextConfig = {
55
typescript: {
66
ignoreBuildErrors: true,
77
},
8+
eslint: {
9+
ignoreDuringBuilds: true,
10+
},
811
images: {
912
dangerouslyAllowSVG: true,
1013
remotePatterns: [

0 commit comments

Comments
 (0)