/** * @type {import('next').NextConfig} */ const nextConfig = { cacheComponents: true, experimental: { serverMinification: false }, } module.exports = nextConfig