-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvercel.json
64 lines (64 loc) · 2.09 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"redirects": [
{
"source": "/zh-Hans/blog/:path(.*)",
"destination": "https://blog.sealos.run/blog/:path",
"permanent": false
},
{
"source": "/docs/Intro",
"destination": "https://sealos.io/docs/overview/intro",
"permanent": false
},
{
"source": "/docs/5.0.0/Intro",
"destination": "https://sealos.io/docs/overview/intro",
"permanent": false
},
{
"source": "/zh-Hans/:path(.*)",
"destination": "https://sealos.run/:path",
"permanent": false
},
{
"source": "/zh-cn/:path(.*)",
"destination": "https://sealos.run/docs/5.0.0/Intro",
"permanent": false
},
{
"source": "/self-hosting",
"destination": "https://sealos.run/self-hosting",
"permanent": false
},
{
"source": "/pricing",
"destination": "https://sealos.run/pricing",
"permanent": false
},
{
"source": "/docs/5.0.0/user-guide/ai-proxy",
"destination": "https://sealos.run/docs/5.0.0/user-guide/ai-proxy/",
"permanent": false
},
{
"source": "/docs/5.0.0/developer-guide/sealos/installation",
"destination": "https://sealos.run/docs/5.0.0/developer-guide/sealos/installation",
"permanent": false
},
{
"source": "/docs/self-hosting/sealos/installation",
"destination": "https://sealos.run/docs/self-hosting/sealos/installation",
"permanent": false
},
{
"source": "/docs/self-hosting/lifecycle-management/quick-start/deploy-kubernetes",
"destination": "https://sealos.run/docs/self-hosting/lifecycle-management/quick-start/deploy-kubernetes",
"permanent": false
},
{
"source": "/company",
"destination": "https://sealos.run/company",
"permanent": false
}
]
}