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