react-code-dataset
/
next.js
/test
/production
/app-dir
/ppr-use-server-inserted-html
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| ppr: true, | |
| }, | |
| } | |
| module.exports = nextConfig | |