forked from bchinfo/bch.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
53 lines (52 loc) · 1.03 KB
/
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
# English path redirects
# Force because the files exist (root paths still resolve to English)
# Keep this list in alphabetical order
[[redirects]]
from = "/"
to = "/en/"
force = true
[[redirects]]
from = "/bitcoin-cash-website-notice"
to = "/en/bitcoin-cash-website-notice.html"
force = true
[[redirects]]
from = "/chips"
to = "/en/chips"
force = true
[[redirects]]
from = "/developers"
to = "/en/developers"
force = true
[[redirects]]
from = "/exchanges"
to = "/en/exchanges"
force = true
[[redirects]]
from = "/explorers"
to = "/en/explorers"
force = true
[[redirects]]
from = "/media"
to = "/en/media"
force = true
[[redirects]]
from = "/nodes"
to = "/en/nodes"
force = true
[[redirects]]
from = "/wallets"
to = "/en/wallets"
force = true
# Tools subfolder
[[redirects]]
from = "/tools/"
to = "/en/tools/"
force = true
[[redirects]]
from = "/tools/cashaddr"
to = "/en/tools/cashaddr"
force = true
[[redirects]]
from = "/tools/broadcast"
to = "/en/tools/broadcast"
force = true