/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, experimental: { optimizePackageImports: ['react', 'react-dom'] } }; export default nextConfig;