-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
86 lines (71 loc) · 1.67 KB
/
netlify.toml
File metadata and controls
86 lines (71 loc) · 1.67 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
[build]
command = "hugo && echo '=== Generated Pages ===' && find public -name 'index.html' -type f | sort"
publish = "public"
[build.environment]
HUGO_VERSION = "0.148.0"
NODE_VERSION = "18.7.0"
HUGO_BASEURL = "https://fivexl.io"
[context.production.environment]
HUGO_ENV = "production"
[[redirects]]
from = "/blog/overture-case-study/"
to = "/case-studies/ovrture-case-study/"
status = 301
force = true
[[redirects]]
from = "/blog/qameta-case-study-/"
to = "/case-studies/qameta-case-study/"
status = 301
force = true
[[redirects]]
from = "/blog/qameta-case-study/"
to = "/case-studies/qameta-case-study/"
status = 301
force = true
[[redirects]]
from = "/blog/new-stream-case-study/"
to = "/case-studies/new-stream-case-study/"
status = 301
force = true
[[redirects]]
from = "/blog/firi-case-study/"
to = "/case-studies/firi-case-study/"
status = 301
force = true
[[redirects]]
from = "/blog/ovrture-case-study/"
to = "/case-studies/ovrture-case-study/"
status = 301
force = true
[[redirects]]
from = "/author/*"
to = "/specialist/:splat"
status = 301
force = true
[[redirects]]
from = "/tags/ecs-service-conncet/"
to = "/tags/ecs-service-connect/"
status = 301
force = true
[[redirects]]
from = "/tags/"
to = "/blog/"
status = 301
force = true
[[redirects]]
from = "/blog/mvp-on-aws-part-1-duplicate/"
to = "/404.html"
status = 410
force = true
[[redirects]]
from = "/blog/mvp-on-aws-part-1-duplicate-2/"
to = "/404.html"
status = 410
force = true
[[redirects]]
from = "/hello-world/"
to = "/404.html"
status = 410
force = true
[context.deploy-preview.environment]
HUGO_BASEURL = "/"