From a8b436619e53179ca344c8bb0be899954090d640 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:29:29 -0700 Subject: [PATCH] temporarily disable ppr --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index e481729..9a0249f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { - ppr: true, + ppr: false, }, typescript: { ignoreBuildErrors: true,