-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
80 lines (67 loc) · 1.67 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
[build]
ignore = """
if git log -1 --pretty=%B | grep -E "TinaCMS content update|Update from TinaCMS"; then
echo "TinaCMS update detected. Skipping build."
exit 0
else
echo "Proceeding with build."
exit 1
fi
"""
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "Content-Type, Range"
# Redirects
[[redirects]]
from = "/projects/food-apps"
to = "https://thedivtagguy.netlify.app/projects/food-apps/"
status = 200
force = true
[[redirects]]
from = "/projects/bellybutton"
to = "https://thedivtagguy.netlify.app/projects/bellybutton/"
status = 200
force = true
[[redirects]]
from = "/projects/manifesto"
to = "https://thedivtagguy.netlify.app/projects/manifesto/"
status = 200
force = true
[[redirects]]
from = "/projects/whatsapp"
to = "https://thedivtagguy.netlify.app/projects/whatsapp/"
status = 200
force = true
[[redirects]]
from = "/projects/dance-of-dependence"
to = "https://danceofdependence.netlify.app"
status = 200
force = true
[[redirects]]
from = "/projects/wizard"
to = "https://harrypotteremails.netlify.app/"
status = 200
force = true
# Resources
[[redirects]]
from = "/web-dev/1"
to = "https://mellifluous-crumble-4fde67.netlify.app/"
status = 200
force = true
[[redirects]]
from = "/web-dev/2"
to = "https://webdev-session2.netlify.app/"
status = 200
force = true
[[redirects]]
from = "/qgis"
to = "https://qgismasterclass.netlify.app/"
status = 200
force = true
[[redirects]]
from = "/tidytuesday/taylor-swift/process"
to = "https://beautiful-begonia-731614.netlify.app/"
status = 200
force = true