Skip to content

Commit

Permalink
✨ Increase data limit to reduce warnings in console #1300
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Oct 31, 2022
1 parent 101d155 commit 52ae875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export default withTM(
output: 'standalone',
pageExtensions: pageExtensions,
reactStrictMode: true,
experimental: {
largePageDataBytes: 300 * 1000,
},
eslint: {
// Warning: Dangerously allow production builds to successfully complete even if
// your project has ESLint errors.
Expand Down

0 comments on commit 52ae875

Please sign in to comment.