diff --git a/vercel.json b/vercel.json index a69c528a7..d6c529d8f 100644 --- a/vercel.json +++ b/vercel.json @@ -183,5 +183,9 @@ "destination": "/docs/guide/recipes/custom-routing", "permanent": false } - ] + ], + "crons": [{ + "path": "/api/cron", + "cron": "0 * * * *" + }] }