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

Co-authored-by: Ryan Cohen <ryan@sct.dev>
This commit is contained in:
Danshil Kokil Mungur
2023-02-11 13:36:31 +04:00
committed by GitHub
parent b6eac0f364
commit d7b83d22ce

View File

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