Skip to content

Commit a1d2c02

Browse files
committed
Update next.config.js
1 parent db9943e commit a1d2c02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const config = {
1313
// !! WARN !!
1414
ignoreBuildErrors: true,
1515
},
16+
eslint: {
17+
ignoreDuringBuilds: true,
18+
},
1619
};
1720

1821
export default config;

0 commit comments

Comments
 (0)