From e35c6a7971df7bbe4964781266935a29c30f1998 Mon Sep 17 00:00:00 2001 From: Mario Souto <13791385+omariosouto@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:08:03 -0300 Subject: [PATCH] update --- next.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/next.config.js b/next.config.js index 12a87cb7c..4e7090943 100644 --- a/next.config.js +++ b/next.config.js @@ -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; },