-
Notifications
You must be signed in to change notification settings - Fork 27
/
vercel.json
40 lines (40 loc) · 952 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
37
38
39
40
{
"redirects": [
{
"source": "/redis",
"destination": "https://upstash.com/docs/redis"
},
{
"source": "/qstash",
"destination": "https://upstash.com/docs/qstash"
},
{
"source": "/vector",
"destination": "https://upstash.com/docs/vector"
},
{
"source": "/edge",
"destination": "https://upstash.com/docs/redis/features/globaldatabase"
},
{
"source": "/discord",
"destination": "https://discord.gg/jUxUYE4nEB"
},
{
"source": "/x",
"destination": "https://x.com/upstash"
},
{
"source": "/github",
"destination": "https://github.com/upstash"
},
{
"source": "/report",
"destination": "https://github.com/upstash/issues/issues/new"
},
{
"source": "/redis-api-compatibility",
"destination": "https://upstash.com/docs/redis/features/restapi#rest-redis-api-compatibility"
}
]
}