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