forked from helium/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
98 lines (98 loc) · 2.09 KB
/
netlify.toml
File metadata and controls
98 lines (98 loc) · 2.09 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[[redirects]]
from = "http://developer.helium.com/*"
to = "http://docs.helium.com/:splat"
status = 301
force = true
[[redirects]]
from = "https://developer.helium.com/*"
to = "https://docs.helium.com/:splat"
status = 301
force = true
[[redirects]]
from = "/helium-tokens/*"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/tokens"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/wallets/ledger"
to = "/wallets/ledger-wallet"
status = 301
force = true
[[redirects]]
from = "/wallets/app-wallet/transaction-failures/"
to = "/wallets/helium-wallet-app"
status = 301
force = true
[[redirects]]
from = "/hotspot-makers/iot/data-only-hotspots"
to = "/iot/data-only-hotspots"
status = 301
force = true
[[redirects]]
from = "/mine-hnt/data-only-hotspots"
to = "/iot/data-only-hotspots"
status = 301
force = true
[[redirects]]
from = "/data-credit"
to = "/tokens/data-credit"
status = 301
force = true
[[redirects]]
from = "/data-credit-portal"
to = "/tokens/data-credit-portal"
status = 301
force = true
[[redirects]]
from = "/helium-tokens/hnt"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/hnt-token"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/blockchain/helium-token"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/blockchain/hnt-token"
to = "/tokens/hnt-token"
status = 301
force = true
[[redirects]]
from = "/iot/run-a-lns"
to = "/iot/run-an-lns"
status = 301
force = true
[[redirects]]
from = "/iot/buy-an-oui"
to = "/iot/run-an-lns/buy-an-oui"
status = 301
force = true
[[redirects]]
from = "/iot/open-lns"
to = "/iot/lorawan-network-servers"
status = 301
force = true
[[redirects]]
from = "/console/hosting-providers"
to = "/iot/find-a-lns-provider"
status = 301
force = true
[[redirects]]
from = "/find-a-lns-provider"
to = "/iot/find-a-lns-provider"
status = 301
force = true
[build.environment]
YARN_VERSION = "1.22.21"
NODE_VERSION = "20.19.5"