Greatly extend static page generation timeout (#576)

This commit is contained in:
Marshall Polaris 2022-06-23 21:51:46 -07:00 committed by GitHub
parent 603bec9e88
commit d8a0cc281d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,