From af1d5c5fd6d7a1cc3e2601c2282a2e061c4c4bb9 Mon Sep 17 00:00:00 2001 From: Mario Souto <13791385+omariosouto@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:56:37 -0300 Subject: [PATCH] update --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 6f508f701..54ee94aac 100644 --- a/next.config.js +++ b/next.config.js @@ -7,6 +7,7 @@ const nextConfig = { compiler: { styledComponents: true, }, + staticPageGenerationTimeout: 60 * 5, async redirects() { return redirects; },