diff --git a/next.config.mjs b/next.config.mjs index 14c5b87..e6be14a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -50,7 +50,7 @@ const config = { }, experimental: { mdxRs: true, - reactCompiler: ENABLE_REACT_COMPILER, + reactCompiler: false, optimizePackageImports: [ 'recharts', 'lucide-react',