-
Notifications
You must be signed in to change notification settings - Fork 5
/
vercel.json
40 lines (40 loc) · 1.04 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
{
"redirects": [
{
"source": "/tools/:path*",
"destination": "https://old.printlove.cn/tools/:path*"
},
{
"source": "/tools/:path*/",
"destination": "https://old.printlove.cn/tools/:path*"
},
{
"source": "/posts/docker/wsl2",
"destination": "/docker-wsl2/"
},
{
"source": "/posts/gobasic/5-常量及运算符/",
"destination": "/golang-const/"
},
{
"source": "/posts/me/",
"destination": "/about"
},
{
"source": "/posts/gobasic/19/",
"destination": "/golang-unit-test/"
},
{
"source": "/posts/gobasic/16-error/",
"destination": "/golang-error/"
},
{
"source": "/posts/go/webhook/",
"destination": "/go-webhook/"
},
{
"source": "/posts/gobasic/11-package/",
"destination": "/golang-package/"
}
]
}