next.js/test/production/app-dir/use-cache-expire/next.config.js
next.config.js8 lines182 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  cacheComponents: true,
  cacheHandler: require.resolve('./incremental-cache-handler'),
}

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