-
Notifications
You must be signed in to change notification settings - Fork 1
/
vercel.json
48 lines (48 loc) · 1.61 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
{
"version": 2,
"alias": "www.rakyesh.com",
"cleanUrls": true,
"public": true,
"regions": ["bom1"],
"redirects": [
{ "source": "/github", "destination": "https://github.com/ra-kesh" },
{
"source": "/linkedin",
"destination": "https://www.linkedin.com/in/iamrakeshkumar/"
},
{ "source": "/portfolio", "destination": "/projects" },
{ "source": "/twitter", "destination": "https://twitter.com/kumarakeshh" },
{ "source": "/peerlist", "destination": "https://peerlist.io/rakesh" },
{
"source": "/polywork",
"destination": "https://www.polywork.com/iamrakesh"
},
{
"source": "/showcase",
"destination": "https://www.showwcase.com/rakesh"
},
{ "source": "/dev", "destination": "https://dev.to/rakesh" },
{ "source": "/hashnode", "destination": "https://rakesh.hashnode.dev/" },
{ "source": "/mail", "destination": "mailto:iamrakeshkumar@pm.me" },
{ "source": "/rave", "destination": "https://raveit.netlify.app/" },
{
"source": "/mad",
"destination": "https://moto-armor-depot.netlify.app"
},
{ "source": "/quiz", "destination": "https://rto-quiz.netlify.app/" },
{ "source": "/torque", "destination": "https://torquetv.netlify.app/" },
{ "source": "/run", "destination": "https://runreact.netlify.app/" },
{
"source": "/stack",
"destination": "https://stackoverflow.com/users/14043051/r4k3sh"
},
{
"source": "/resume",
"destination": "https://www.rakyesh.com/resume.pdf"
},
{
"source": "/cv",
"destination": "https://www.rakyesh.com/resume.pdf"
}
]
}