next.js/test/e2e/app-dir/segment-cache/dynamic-on-hover/next.config.js
next.config.js13 lines200 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    dynamicOnHover: true,
    prefetchInlining: false,
  },
}

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