Skip to content

Commit

Permalink
fix(build): increase threshold for amount of data to be fetched when …
Browse files Browse the repository at this point in the history
…SSR'ing (#3320)

Co-authored-by: Ryan Cohen <ryan@sct.dev>
  • Loading branch information
danshilm and sct committed Feb 11, 2023
1 parent b6eac0f commit d7b83d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Expand Up @@ -19,5 +19,6 @@ module.exports = {
},
experimental: {
scrollRestoration: true,
largePageDataBytes: 256000,
},
};

0 comments on commit d7b83d2

Please sign in to comment.