diff --git a/next.config.js b/next.config.js index b0e872e8..9cd65f97 100644 --- a/next.config.js +++ b/next.config.js @@ -19,5 +19,6 @@ module.exports = { }, experimental: { scrollRestoration: true, + largePageDataBytes: 256000, }, };