-
Notifications
You must be signed in to change notification settings - Fork 20
/
netlify.toml
88 lines (72 loc) · 1.74 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
[context.production.environment]
HUGO_VERSION = "0.53"
[context.deploy-preview.environment]
HUGO_VERSION = "0.53"
[build]
publish = "public"
command = "gulp sass && hugo"
[[redirects]]
from = "https://navcore.org/*"
to = "https://navhub.org/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.navcore.org/*"
to = "https://navhub.org/:splat"
status = 301
force = true
[[redirects]]
from = "http://www.navcore.org/*"
to = "https://navhub.org/:splat"
status = 301
force = true
[[redirects]]
from = "http://navcore.org/*"
to = "https://navhub.org/:splat"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/manifestos"
to = "https://navcoin.org/manifestos"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/merchants"
to = "https://navcoin.org/merchants"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/how-to-accept-navcoin"
to = "https://navcoin.org/how-to-accept-navcoin"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/about"
to = "https://navhub.org/guides"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/information"
to = "https://navhub.org/guides"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/get_involved"
to = "https://navhub.org/guides"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/open-alias-competition"
to = "https://navhub.org/how-to-accept-navcoin"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/roadmap"
to = "https://navhub.org/projects"
status = 301
force = true
[[redirects]]
from = "https://navhub.org/manifestos"
to = "https://navhub.org/assets"
status = 301
force = true