diff --git a/next.config.js b/next.config.js index 3019a54..b0bb799 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,9 @@ const nextConfig = { locales: ["en-US", "ar"], defaultLocale: "en-US", }, + eslint: { + ignoreDuringBuilds: true, + }, trailingSlash: true, styledComponents: true, experimental: {