diff --git a/next.config.js b/next.config.js index 91de172..f580688 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,9 @@ const nextConfig = { unoptimized: true, }, output: "export", + eslint: { + ignoreDuringBuilds: true, + }, } module.exports = nextConfig