diff --git a/next.config.ts b/next.config.ts index 37031a6..47d3065 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,6 +3,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { reactCompiler: true, + typescript: { + ignoreBuildErrors: true, + }, }; const withMDX = createMDX({