| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| ppr: 'incremental', | |
| }, | |
| } | |
| module.exports = nextConfig | |
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| ppr: 'incremental', | |
| }, | |
| } | |
| module.exports = nextConfig | |