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