-
Notifications
You must be signed in to change notification settings - Fork 50
/
netlify.toml
53 lines (43 loc) · 866 Bytes
/
netlify.toml
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
[build]
command = "mkdocs build"
publis = "site"
[[redirects]]
from = "/js/script.js"
to = "https://plausible.io/js/script.outbound-links.js"
status = 200
[[redirects]]
from = "/api/event"
to = "https://plausible.io/api/event"
status = 200
[[redirects]]
from = "/knowledge-base/*"
to = "/getting-started"
status = 301
[[redirects]]
from = "/faq/*"
to = "/"
status = 301
[[redirects]]
from = "/customer-portal/"
to = "/"
status = 301
[[redirects]]
from = "/home/"
to = "/"
status = 301
[[redirects]]
from = "/support/"
to = "/contributing/"
status = 301
[[redirects]]
from = "/demo/"
to = "/"
status = 301
[[redirects]]
from = "/how-to-install-pyfreebilling-1-4-6-on-ubuntu-14-04-64-bits-lts/"
to = "/getting-started"
status = 301
[[redirects]]
from = "/new-stats-panel/"
to = "/"
status = 301