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; },