/** @type {import('next').NextConfig} */ const nextConfig = { // reactStrictMode: false, }; export default nextConfig;