fix(build): increase threshold for amount of data to be fetched when SSR'ing (#3320)

Co-authored-by: Ryan Cohen <ryan@sct.dev>
pull/3296/head^2
Danshil Kokil Mungur 1 year ago committed by GitHub
parent b6eac0f364
commit d7b83d22ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,5 +19,6 @@ module.exports = {
},
experimental: {
scrollRestoration: true,
largePageDataBytes: 256000,
},
};

Loading…
Cancel
Save