Skip to content

Commit

Permalink
Increase static page generation timeout 60s -> 600s (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauserx authored Jan 22, 2025
1 parent d580dd2 commit 13dbc8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const nextConfig = {
reactStrictMode: true,
// for hosting under GitHub pages
basePath: '',
// Increase timeout for generating static pages from default 60s to avoid issues like:
// Restarted static page generation for /modules/xxx/y.y.y because it took more than 60 seconds
staticPageGenerationTimeout: 600
}

module.exports = nextConfig

0 comments on commit 13dbc8b

Please sign in to comment.