Greatly extend static page generation timeout (#576)
This commit is contained in:
parent
603bec9e88
commit
d8a0cc281d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user