diff --git a/next.config.ts b/next.config.ts
index e55da276af0ba87178be2d6f9cca2f526574f1a2..ad6816a44147845ba195f045f9d76a898787e8f8 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
 
 const nextConfig: NextConfig = {
   reactStrictMode: true,
+  eslint: {
+    ignoreDuringBuilds: true,
+  },
   compiler: {
     styledComponents: true,
   }