/** * @type {import('next').NextConfig} */ const nextConfig = { reactCompiler: true, reactProductionProfiling: true, } module.exports = nextConfig