File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ command = "hugo --gc --minify -v"
6
6
[[redirects ]]
7
7
from = " /home/"
8
8
to = " /"
9
+ force = true
9
10
10
11
[[redirects ]]
11
12
from = " /index.html"
12
13
to = " /"
14
+ force = true
13
15
14
16
[[redirects ]]
15
17
from = " /:category/index.html"
@@ -25,28 +27,34 @@ force = true
25
27
from = " /api/"
26
28
to = " /"
27
29
status = 302
30
+ force = true
28
31
29
32
[[redirects ]]
30
33
from = " /groups/"
31
34
to = " /"
32
35
status = 302
36
+ force = true
33
37
34
38
[[redirects ]]
35
39
from = " /overview/"
36
40
to = " /"
37
41
status = 302
42
+ force = true
38
43
39
44
[[redirects ]]
40
45
from = " /tags/"
41
46
to = " /"
42
47
status = 302
48
+ force = true
43
49
44
50
[[redirects ]]
45
51
from = " /troubleshooting/"
46
52
to = " /"
47
53
status = 302
54
+ force = true
48
55
49
56
[[redirects ]]
50
57
from = " /tutorials/"
51
58
to = " /"
52
59
status = 302
60
+ force = true
You can’t perform that action at this time.
0 commit comments