// next.config.ts const nextConfig = { reactStrictMode: true, }; export default nextConfig;