diff --git a/stacks/Web.ts b/stacks/Web.ts index 32c28db..1b2cd29 100644 --- a/stacks/Web.ts +++ b/stacks/Web.ts @@ -8,6 +8,7 @@ export function Web({ stack }: StackContext) { customDomain: stack.stage === 'prod' ? 'stephenstpierre.com' : undefined, path: 'packages/web', warm: 20, + timeout: '20 seconds', openNextVersion: '2.3.7', environment: { NEXT_SHARP_PATH: '/tmp/node_modules/sharp',