next.js/test/e2e/app-dir/segment-cache/staleness/next.config.js
next.config.js14 lines189 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    staleTimes: {
      dynamic: 30,
    },
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN