diff --git a/apps/www/vercel.json b/apps/www/vercel.json index 079e1267..2ffad677 100644 --- a/apps/www/vercel.json +++ b/apps/www/vercel.json @@ -1,4 +1,9 @@ { + "functions": { + "src/pages/api/chat.ts": { + "maxDuration": 60 + } + }, "rewrites": [ { "source": "/ingest/static/:path(.*)",