diff --git a/vercel.json b/vercel.json index 98fc3e6..67a41e7 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,11 @@ "schedule": "0 5 * * *" } ], + "functions": { + "app/api/**/*": { + "maxDuration": 30 + } + }, "headers": [ { "source": "/api/(.*)",