Skip to content

Commit

Permalink
Merge branch 'fix/next-config' into 'dev'
Browse files Browse the repository at this point in the history
increase staticPageGenerationTimeout to 600 for guard/watcher app

See merge request ergo/rosen-bridge/ui!130
  • Loading branch information
vorujack committed Dec 4, 2023
2 parents 5987187 + 3c0abba commit efb211a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/guard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
staticPageGenerationTimeout: 600,
};

module.exports = nextConfig;
1 change: 1 addition & 0 deletions apps/watcher/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
staticPageGenerationTimeout: 600,
};

module.exports = nextConfig;

0 comments on commit efb211a

Please sign in to comment.