diff --git a/next.config.mjs b/next.config.mjs index eec01e1..c360a7f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -11,6 +11,9 @@ const NextConfig = { }, ], }, + eslint: { + ignoreDuringBuilds: true, + }, }; const withNextra = nextra({