-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
69 lines (69 loc) · 1.79 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
{
"redirects": [
{
"source": "/projects/:path*",
"destination": "/series/:path*",
"permanent": true
},
{
"source": "/zh-hant/series/data-structures/:path*",
"destination": "/writing/dsa/:path*",
"permanent": true
},
{
"source": "/series/data-structures/:path*",
"destination": "/writing/dsa/:path*",
"permanent": true
},
{
"source": "/series/functional-programming/:path*",
"destination": "/writing/functional-programming/:path*",
"permanent": true
},
{
"source": "/writing/:path*/index",
"destination": "/writing/:path*/",
"permanent": true
},
{
"source": "/series/design-system/:path*",
"destination": "/writing/design-system/:path*",
"permanent": true
},
{
"source": "/series/frontend/flatten-array/",
"destination": "/writing/javascript/lodash/array/_.flat",
"permanent": true
},
{
"source": "/blog/career/2021_frontend_interview/",
"destination": "/writing/experiences/2021_frontend_interview/",
"permanent": true
},
{
"source": "/blog/career/2022_frontend_learning/",
"destination": "/writing/experiences/2024_frontend_learning/",
"permanent": true
},
{
"source": "/blog/career/career-1/",
"destination": "/writing/experiences/my_path_to_software_engineering/",
"permanent": true
},
{
"source": "/blog/2022_frontend_learning/",
"destination": "/writing/experiences/2024_frontend_learning/",
"permanent": true
},
{
"source": "/blog/react/key/",
"destination": "/writing/react/why-react-needs-a-key/",
"permanent": true
},
{
"source": "/about/",
"destination": "/",
"permanent": true
}
]
}