forked from mysql-net/MySqlConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
52 lines (42 loc) · 674 Bytes
/
netlify.toml
File metadata and controls
52 lines (42 loc) · 674 Bytes
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
[build]
base = "docs/"
publish = "docs/public/"
command = "hugo --gc --minify -v"
[[redirects]]
from = "/home/"
to = "/"
[[redirects]]
from = "/index.html"
to = "/"
[[redirects]]
from = "/:category/index.html"
to = "/:category/"
force = true
[[redirects]]
from = "/:category/:page/index.html"
to = "/:category/:page/"
force = true
[[redirects]]
from = "/api/"
to = "/"
status = 302
[[redirects]]
from = "/groups/"
to = "/"
status = 302
[[redirects]]
from = "/overview/"
to = "/"
status = 302
[[redirects]]
from = "/tags/"
to = "/"
status = 302
[[redirects]]
from = "/troubleshooting/"
to = "/"
status = 302
[[redirects]]
from = "/tutorials/"
to = "/"
status = 302