/** * @type {import('next').NextConfig} */ const nextConfig = { experimental: { cssChunking: 'strict', }, } module.exports = nextConfig