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);