forked from infinyon/fluvio-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
50 lines (41 loc) · 890 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
39
40
41
42
43
44
45
46
47
48
49
50
[build]
publish = "public"
[build.environment]
HUGO_VERSION = "0.97.3"
[functions]
directory = "./functions"
[[redirects]]
from = "/blog/"
to = "https://www.infinyon.com/blog/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/"
to = "/smartmodules/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/quick-start/"
to = "/smartmodules/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/filter/"
to = "/smartmodules/transform/filter/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/map/"
to = "/smartmodules/transform/map/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/array-map/"
to = "/smartmodules/transform/array-map/"
status = 301
force = true
[[redirects]]
from = "/docs/smartmodules/aggregate/"
to = "/smartmodules/analytics/aggregate/"
status = 301
force = true