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