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