-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
91 lines (73 loc) · 2.52 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
[build]
publish = "./dist/"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && npm run build"
[[redirects]]
from = "/"
to = "https://www.haskellpreneur.com/"
status = 301
force = true
[[redirects]]
from = "/blog"
to = "https://www.haskellpreneur.com/"
status = 301
force = true
[[redirects]]
from = "/blog/ihp-with-elm-series"
to = "https://www.haskellpreneur.com/series/ihp-with-elm/"
status = 301
force = true
[[redirects]]
from = "/blog/ihp-with-elm"
to = "https://www.haskellpreneur.com/articles/ihp-with-elm/1-get-elm-working-with-ihp/"
status = 301
force = true
[[redirects]]
from = "/blog/passing-flags-from-ihp-to-elm"
to = "https://www.haskellpreneur.com/articles/ihp-with-elm/3-structure-elm-into-a-multi-widget-app-for-ihp/"
status = 301
force = true
[[redirects]]
from = "/blog/structure-elm-into-a-multi-widget-app-for-ihp"
to = "https://www.haskellpreneur.com/articles/ihp-with-elm/3-structure-elm-into-a-multi-widget-app-for-ihp/"
status = 301
force = true
[[redirects]]
from = "/blog/http-requests-from-elm-to-ihp"
to = "https://www.haskellpreneur.com/articles/ihp-with-elm/4-http-requests-from-elm-to-ihp/"
status = 301
force = true
[[redirects]]
from = "/blog/my-first-steps-into-functional-programming"
to = "https://lillo.dev/articles/my-first-steps-into-functional-programming/"
status = 301
force = true
[[redirects]]
from = "/blog/my-first-steps-into-functional-programming"
to = "https://www.haskellpreneur.com/articles/my-first-steps-into-functional-programming/"
status = 301
force = true
[[redirects]]
from = "/blog/slaying-a-ui-antipattern-with-typescript"
to = "https://www.haskellpreneur.com/articles/slaying-a-ui-antipattern/1-fetch-data-with-elm-pattern/"
status = 301
force = true
[[redirects]]
from = "/blog/slaying-a-ui-antipattern-with-typescript-part-2"
to = "https://www.haskellpreneur.com/articles/slaying-a-ui-antipattern/2-fold-external-data/"
status = 301
force = true
[[redirects]]
from = "/blog/slaying-a-ui-antipattern-with-typescript-part-3"
to = "https://www.haskellpreneur.com/articles/slaying-a-ui-antipattern/3-type-check-external-data/"
status = 301
force = true
[[redirects]]
from = "/blog/elm-in-react-with-parcel"
to = "https://www.haskellpreneur.com/articles/elm-in-react-with-parcel/"
status = 301
force = true
[[redirects]]
from = "/blog/hundred-days-of-haskell-day-one"
to = "https://www.haskellpreneur.com/articles/hundred-days-of-haskell-day-one/"
status = 301
force = true