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