diff --git a/next.config.ts b/next.config.ts index f018a32..fa7dfa9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,7 +4,7 @@ const nextConfig: NextConfig = { transpilePackages: ["lucide-react"], experimental: { ppr: true, - reactCompiler: true, + reactCompiler: false, }, };