forked from WesSouza/wes.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
47 lines (47 loc) · 1.04 KB
/
vercel.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
{
"version": 2,
"routes": [
{
"src": "/go/components-talk",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/bringing-components-to-legacy-code-2m00"
}
},
{
"src": "/go/web-developer",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/why-i-became-and-still-am-a-web-developer-1k3"
}
},
{
"src": "/go/front-end",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/keeping-control-of-the-front-end-ag7"
}
},
{
"src": "/go/cool-things",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/cool-things-make-people-happy-3pci"
}
},
{
"src": "/go/pull-request",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/opening-a-pr-a-primer-4kgc"
}
},
{
"src": "/go/immer-state",
"status": 301,
"headers": {
"Location": "https://dev.to/wes/simple-react-state-management-29g"
}
}
]
}