forked from JimmyLv/BibiGPT-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
52 lines (52 loc) · 1.35 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
50
51
52
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/ios",
"destination": "https://www.icloud.com/shortcuts/7ea55296c4c04b4c9ad7ccb6142df57f",
"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
}
]
}