next.js/test/production/app-dir/metadata-streaming-config/next.config.js
next.config.js11 lines144 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  experimental: {
    ppr: 'incremental',
  },
}

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