Skip to content

Commit d7b83d2

Browse files
danshilmsct
andauthored
fix(build): increase threshold for amount of data to be fetched when SSR'ing (#3320)
Co-authored-by: Ryan Cohen <ryan@sct.dev>
1 parent b6eac0f commit d7b83d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ module.exports = {
1919
},
2020
experimental: {
2121
scrollRestoration: true,
22+
largePageDataBytes: 256000,
2223
},
2324
};

0 commit comments

Comments
 (0)