fix: i give up (L + Ratio)

This commit is contained in:
dvelo 2025-04-22 17:13:46 -05:00
parent 801b7c9a0a
commit 24488494ae

@ -62,7 +62,9 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
staticPageGenerationTimeout: 0,
experimental: {
missingSuspenseWithCSRBailout: false,
},
};
export default withContentlayer(nextConfig);