From 80a0e6d9d5684214abae5de945ed66c3eda2d6c4 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 20 Apr 2024 19:23:42 -0500 Subject: [PATCH] Remove PPR --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 4520e734..829197c8 100644 --- a/next.config.js +++ b/next.config.js @@ -35,9 +35,6 @@ const nextConfig = { .concat(createRemotePattern(HOSTNAME_AWS_S3)), minimumCacheTTL: 31536000, }, - ...process.env.NEXT_PUBLIC_STATICALLY_OPTIMIZE === '1' && { - experimental: { ppr: true }, - }, webpack: (config) => { config.optimization ??= {}; if (process.env.NODE_ENV !== 'production') {