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