/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { reactCompiler: true, }, } export default nextConfig