We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc345d + 935c18c commit e9e4ba4Copy full SHA for e9e4ba4
astro.config.mjs
@@ -2,12 +2,15 @@ import { config } from 'dotenv'
2
import { defineConfig } from 'astro/config'
3
import vercel from '@astrojs/vercel/serverless'
4
5
+// eslint-disable-next-line functional/no-expression-statements
6
config()
7
8
export default defineConfig({
9
server: {
10
port: 3000,
11
},
12
output: 'server',
- adapter: vercel(),
13
+ adapter: vercel({
14
+ maxDuration: 300,
15
+ }),
16
})
0 commit comments