-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
36 lines (36 loc) · 1.14 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
{
"redirects": [
{
"source": "/resume",
"destination": "https://hyunseob.github.io/resume/"
},
{
"source": "/resume/2015",
"destination": "https://drive.google.com/file/d/1SOQC3UK_QyTOn3pkAD4AB9wze8mH4-vz/view?usp=sharing"
},
{
"source": "/resume/2016",
"destination": "https://drive.google.com/file/d/0ByOYtK4xeEcyTmYwQWJFblJ0THc/view?usp=sharing"
},
{
"source": "/s/reverse-interview",
"destination": "https://github.com/JaeYeopHan/Interview_Question_for_Beginner/blob/master/Reverse_Interview/README.md"
},
{
"source": "/s/great-engineer",
"destination": "https://hyunseob.github.io/2016/02/21/how-to-become-a-great-frontend-engineer/"
},
{
"source": "/s/great-engineer",
"destination": "https://hyunseob.github.io/2016/02/21/how-to-become-a-great-frontend-engineer/"
},
{
"source": "/s/blog-for-dev",
"destination": "https://hyunseob.github.io/2016/02/21/how-to-become-a-great-frontend-engineer/"
},
{
"source": "/s/to-toss",
"destination": "https://www.slideshare.net/hyunseoblee7/99-134466978"
}
]
}