diff --git a/next.config.mjs b/next.config.mjs index 98c61426f..bb8039d74 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,9 +7,6 @@ const withNextIntl = createNextIntl() /** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', - experimental: { - ppr: 'incremental', - }, pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'], images: { unoptimized: true,