-
Notifications
You must be signed in to change notification settings - Fork 11
/
netlify.toml
94 lines (76 loc) · 2.96 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
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
# Redirect default Netlify subdomain to primary domain
[[redirects]]
from = "https://navcoin-knowledge-base.netlify.com/*"
to = "https://info.navcoin.org/:splat"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-bootstrap-your-core-wallet/"
to = "https://info.navcoin.org/navcoin-core/bootstrap-your-wallet/"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-update-your-navcoin-core-wallet/"
to = "https://info.navcoin.org/navcoin-core/update-your-wallet"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-update-the-navpi/"
to = "https://info.navcoin.org/stakeboxes/update-the-navpi"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/navpi-usb-swap/"
to = "https://info.navcoin.org/stakeboxes/configure-navpi-to-use-usb-swap"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/navpi-sd-swap/"
to = "https://info.navcoin.org/stakeboxes/add-swap-to-a-navpi"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/backup-dat-wallet/"
to = "https://info.navcoin.org/navcoin-core/encrypt-and-backup-your-wallet"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-find-the-navcoin-data-folder/"
to = "https://info.navcoin.org/navcoin-core/locate-your-data-directory"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/fixing-a-wallet-balance-with-missing-coins-incorrect-balance/"
to = "https://info.navcoin.org/navcoin-core/wallet-balance-is-wrong-or-not-syncing"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-open-the-firewall-ports-for-navcoin-core-and-navpi/"
to = "https://info.navcoin.org/general-support/wallet-balance-is-wrong-or-not-syncing"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-restore-your-navcoin-core-wallet-from-a-backup/"
to = "https://info.navcoin.org/navcoin-core/import-an-existing-wallet"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-set-up-the-navpi/"
to = "https://info.navcoin.org/stakeboxes/how-to-set-up-the-navpi"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-to-increase-your-connection-count/"
to = "https://info.navcoin.org/navcoin-core/wallet-balance-is-wrong-or-not-syncing"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/how-do-i-get-coins-out-of-the-electrum-wallet/"
to = "https://info.navcoin.org/"
status = 301
force = true
[[redirects]]
from = "https://info.navcoin.org/knowledge-base/restoring-your-wallet-to-a-navpi/"
to = "https://info.navcoin.org/stakeboxes/"
status = 301
force = true