-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
vercel.json
36 lines (36 loc) · 899 Bytes
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"rewrites": [
{
"source": "/siyuan-sync/:match*",
"destination": "https://siyuan-sync.b3logfile.com/:match*"
},
{
"source": "/siyuan-data/:match*",
"destination": "https://siyuan-data.b3logfile.com/:match*"
},
{
"source": "/bazaar/:match*",
"destination": "http://bazaar.b3logfile.com/:match*"
},
{
"source": "/oss/:match*",
"destination": "https://oss.b3logfile.com/:match*"
},
{
"source": "/ld246/:match*",
"destination": "https://ld246.com/:match*"
}
],
"crons": [
{
"path": "/api/cron",
"schedule": "0 18 * * *"
}
],
"functions": {
"api/cron.ts": {
"memory": 1024,
"maxDuration": 10
}
}
}