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