This commit is contained in:
UltraLionFr
2025-07-29 05:33:37 +02:00
parent eb4b0d5a5a
commit de600e78c3
+3
View File
@@ -22,6 +22,9 @@ const nextConfig: NextConfig = {
}, },
]; ];
}, },
typescript: {
ignoreBuildErrors: true,
},
}; };
export default nextConfig; export default nextConfig;