next.js/test/e2e/app-dir/ppr-root-param-rsc-fallback/next.config.js
next.config.js12 lines167 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    rootParams: true,
  },
}

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