/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { ppr: 'incremental', }, }; export default nextConfig;