From 24488494ae2304dfa073fbabc73b771a155e8b6e Mon Sep 17 00:00:00 2001 From: dvelo Date: Tue, 22 Apr 2025 17:13:46 -0500 Subject: [PATCH] fix: i give up (L + Ratio) --- apps/www/next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/www/next.config.mjs b/apps/www/next.config.mjs index a2b86ab..161778e 100644 --- a/apps/www/next.config.mjs +++ b/apps/www/next.config.mjs @@ -62,7 +62,9 @@ const nextConfig = { typescript: { ignoreBuildErrors: true, }, - staticPageGenerationTimeout: 0, + experimental: { + missingSuspenseWithCSRBailout: false, + }, }; export default withContentlayer(nextConfig);