Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Sep 20, 2024
1 parent 7fd223e commit e35c6a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const nextConfig = {
compiler: {
styledComponents: true,
},
// experimental: {
// largePageDataBytes: 128 * 1000,
// },
staticPageGenerationTimeout: 60 * 10,
experimental: {
largePageDataBytes: 300 * 1000,
},
staticPageGenerationTimeout: 60 * 5,
async redirects() {
return redirects;
},
Expand Down

0 comments on commit e35c6a7

Please sign in to comment.