-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
49 lines (49 loc) · 1.31 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"redirects": [
{
"source": "/ios",
"destination": "https://www.icloud.com/shortcuts/634a3eb0c7794d3aa2df2e5fb62c851d",
"permanent": true
},
{
"source": "/f",
"destination": "https://jimmylv.feishu.cn/share/base/form/shrcn9PwPzGGGiJCnH0JNfM1P3b",
"permanent": true
},
{
"source": "/f-g",
"destination": "https://github.com/JimmyLv/BibiGPT/issues",
"permanent": true
},
{
"source": "/f-v",
"destination": "https://vercel.com/jimmylv/chat-bilibili-video/analytics/audience",
"permanent": true
},
{
"source": "/f-r",
"destination": "https://console.upstash.com/redis/c73974bc-9629-486f-b66e-1031566617fb?tab=usage",
"permanent": true
},
{
"source": "/privacy",
"destination": "https://github.com/JimmyLv/BibiGPT/wiki/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E",
"permanent": true
},
{
"source": "/terms-of-use",
"destination": "https://github.com/JimmyLv/BibiGPT/wiki/Terms-Of-Use",
"permanent": true
},
{
"source": "/status",
"destination": "https://github.com/JimmyLv/BibiGPT",
"permanent": true
},
{
"source": "/release",
"destination": "https://github.com/JimmyLv/BibiGPT/releases",
"permanent": true
}
]
}