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