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