diff --git a/next.config.js b/next.config.js index 3979142..1c3577a 100644 --- a/next.config.js +++ b/next.config.js @@ -31,6 +31,9 @@ const nextConfig = { }, ], }, + eslint: { + ignoreDuringBuilds: true, + } }; module.exports = nextConfig;