File tree Expand file tree Collapse file tree 1 file changed +47
-1
lines changed
Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "cleanUrls" : true
2+ "cleanUrls" : true ,
3+ "redirects" : [
4+ {
5+ "source" : " /tools/:path*" ,
6+ "destination" : " /"
7+ },
8+ {
9+ "source" : " /overview/what-we-do" ,
10+ "destination" : " /"
11+ },
12+ {
13+ "source" : " /overview/helloWorld" ,
14+ "destination" : " /"
15+ },
16+ {
17+ "source" : " /overview/helloWorld/:path*" ,
18+ "destination" : " /"
19+ },
20+ {
21+ "source" : " /overview/use-case-demo" ,
22+ "destination" : " /"
23+ },
24+ {
25+ "source" : " /overview/use-case-demo/:path*" ,
26+ "destination" : " /"
27+ },
28+ {
29+ "source" : " /for-developers/:path*" ,
30+ "destination" : " /"
31+ },
32+ {
33+ "source" : " /for-workers/:path*" ,
34+ "destination" : " /"
35+ },
36+ {
37+ "source" : " /key-concepts/:path*" ,
38+ "destination" : " /"
39+ },
40+ {
41+ "source" : " /use-cases/:path*" ,
42+ "destination" : " /"
43+ },
44+ {
45+ "source" : " /help/:path*" ,
46+ "destination" : " /"
47+ }
48+ ]
349}
You can’t perform that action at this time.
0 commit comments