diff --git a/apps/web/next.config.js b/apps/web/next.config.js index f829e319ba..65c077d531 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -78,6 +78,9 @@ plugins.push(withAxiom); /** @type {import("next").NextConfig} */ const nextConfig = { i18n, + eslint: { + ignoreDuringBuilds: true, + }, experimental: { images: { unoptimized: true,