/** @type {import('next').NextConfig} */ const nextConfig = { // reactStrictMode: true, // Enable strict mode (recommended) swcMinify: true, }; export default nextConfig;