forked from helium/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
38 lines (38 loc) · 903 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
[[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 = "/use-the-network/light-hotspots/guides/*"
to = "/mine-hnt/data-only-guides/:splat"
status = 301
force = true
[[redirects]]
from = "/5g-on-helium/5g-poc"
to = "/5g-on-helium/mobile-poc"
status = 301
force = true
[[redirects]]
from = "/5g-on-helium/mining-5g"
to = "/5g-on-helium/mobile-poc"
status = 301
force = true
[[redirects]]
from = "/wallets/app-wallet"
to = "/mine-hnt/helium-hotspot-app"
status = 301
force = true
[[redirects]]
from = "/solana/oracle-data"
to = "/oracles/oracle-data"
status = 301
force = true
[build.environment]
YARN_VERSION = "1.22.19"
NODE_VERSION = "16.15.1"