Skip to content

Commit

Permalink
www: /api/chat max duration 60 secs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill authored Jun 1, 2024
1 parent 16062a8 commit 2a9ea6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/www/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ export default defineConfig({
simpleStackForm(),
],
output: "hybrid",
adapter: vercel(),
adapter: vercel({
maxDuration: 60,
}),
});

0 comments on commit 2a9ea6c

Please sign in to comment.