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

Co-authored-by: Ryan Cohen <ryan@sct.dev>
pull/3743/head
Danshil Kokil Mungur 2 years ago committed by Mike Kao
parent f3dee57542
commit cecf413213

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

Loading…
Cancel
Save