-
Notifications
You must be signed in to change notification settings - Fork 1
/
redirects.json
72 lines (72 loc) · 1.35 KB
/
redirects.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
65
66
67
68
69
70
71
72
[
{
"source": "/home",
"destination": "/",
"permanent": true
},
{
"source": "/now",
"destination": "/",
"permanent": true
},
{
"source": "/education",
"destination": "/",
"permanent": true
},
{
"source": "/games",
"destination": "/",
"permanent": true
},
{
"source": "/about",
"destination": "/",
"permanent": true
},
{
"source": "/contact",
"destination": "/",
"permanent": true
},
{
"source": "/twitter",
"destination": "https://twitter.com/murshidazher",
"permanent": true
},
{
"source": "/github",
"destination": "https://github.com/murshidazher",
"permanent": true
},
{
"source": "/linkedin",
"destination": "https://linkedin.com/in/murshidazher",
"permanent": true
},
{
"source": "/dribbble",
"destination": "https://dribbble.com/murshidazher",
"permanent": true
},
{
"source": "/instagram",
"destination": "https://www.instagram.com/murshidazher",
"permanent": true
},
{
"source": "/behance",
"destination": "https://www.behance.net/murshidazher",
"permanent": true
},
{
"source": "/medium",
"destination": "https://medium.com/@imurshid",
"permanent": true
},
{
"source": "/resume",
"destination": "https://read.cv/murshidazher",
"permanent": true
}
]