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 1d2754f + 4383df7 commit ad546eeCopy full SHA for ad546ee
1 file changed
vercel.json
@@ -1,21 +1,3 @@
1
{
2
- "$schema": "https://openapi.vercel.sh/vercel.json",
3
- "crons": [
4
- {
5
- "path": "/api/cron",
6
- "schedule": "0 0 * * *"
7
- },
8
9
- "path": "/api/cron/ingest",
10
- "schedule": "0 6 * * *"
11
12
13
- "path": "/api/cron/sponsor-outreach",
14
- "schedule": "0 9 * * 1,4"
15
16
17
- "path": "/api/cron/check-renders",
18
- "schedule": "0 7 * * *"
19
- }
20
- ]
+ "$schema": "https://openapi.vercel.sh/vercel.json"
21
}
0 commit comments