From d8a0cc281db52df8304b6896eaa80afd934e5fa8 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Thu, 23 Jun 2022 21:51:46 -0700 Subject: [PATCH] Greatly extend static page generation timeout (#576) --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.js b/web/next.config.js index 80d4ac96..56f643d3 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -2,6 +2,7 @@ const API_DOCS_URL = 'https://docs.manifold.markets/api' /** @type {import('next').NextConfig} */ module.exports = { + staticPageGenerationTimeout: 600, // e.g. stats page reactStrictMode: true, experimental: { externalDir: true,