diff --git a/next.config.ts b/next.config.ts index 39565e0..7681460 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - ignoreBuildErrors: true, + typescript: { + ignoreBuildErrors: true, + }, }; export default nextConfig;