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