Skip to content

Commit

Permalink
Site keeps timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Mar 27, 2024
1 parent 95be665 commit ef7a80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/Web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function Web({ stack }: StackContext) {
customDomain: stack.stage === 'prod' ? 'stephenstpierre.com' : undefined,
path: 'packages/web',
warm: stack.stage === 'prod' ? 40 : undefined,
timeout: stack.stage === 'prod' ? '20 seconds' : '10 seconds',
openNextVersion: '2.3.7',
environment: {
NEXT_SHARP_PATH: '/tmp/node_modules/sharp',
Expand Down

0 comments on commit ef7a80e

Please sign in to comment.