diff --git a/www/next.config.mjs b/www/next.config.mjs index b9d73c2..39fde1c 100644 --- a/www/next.config.mjs +++ b/www/next.config.mjs @@ -2,7 +2,10 @@ const nextConfig = { eslint: { ignoreDuringBuilds: true, - } + }, + typescript: { + ignoreBuildErrors: true, + }, }; export default nextConfig;