-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathredirects.json
42 lines (42 loc) · 1.13 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
[
{
"source": "/forum",
"destination": "https://github.com/tailwindcss/tailwindcss/discussions",
"permanent": false
},
{
"source": "/components/grids",
"destination": "/components/flexbox-grids",
"permanent": false
},
{
"source": "/course/making-the-navbar-responsive",
"destination": "https://www.youtube.com/watch?v=qrTsS3z8BAw&list=PL7CcGwsqRpSM3w9BT_21tUU8JN2SnyckR&index=18",
"permanent": false
},
{
"source": "/course/adapting-the-dropdown-for-mobile",
"destination": "https://www.youtube.com/watch?v=DL_ziY383xg&list=PL7CcGwsqRpSM3w9BT_21tUU8JN2SnyckR&index=22",
"permanent": false
},
{
"source": "/components",
"destination": "https://desci.cyou/components",
"permanent": false
},
{
"source": "/components/:slug",
"destination": "https://desci.cyou/components",
"permanent": false
},
{
"source": "/community",
"destination": "https://github.com/DesciDao/desci.cyou/discussions",
"permanent": false
},
{
"source": "/docs/upgrading-to-v2",
"destination": "https://v2.desic.cyou/docs/upgrading-to-v2",
"permanent": false
}
]