From de600e78c32aa5636f2b2bf9e4e7c20eaa15828d Mon Sep 17 00:00:00 2001 From: UltraLionFr Date: Tue, 29 Jul 2025 05:33:37 +0200 Subject: [PATCH] Update --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index 84f6182..8926d14 100644 --- a/next.config.ts +++ b/next.config.ts @@ -22,6 +22,9 @@ const nextConfig: NextConfig = { }, ]; }, + typescript: { + ignoreBuildErrors: true, + }, }; export default nextConfig; \ No newline at end of file