-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
53 lines (43 loc) · 986 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
51
52
53
[build]
command = "yarn workspace web build"
publish = "web/build/"
[[redirects]]
from = "/Hire-Me"
to = "/hire"
status = 301
[[redirects]]
from = "/Nicorette-QuitTips"
to = "/misc-one-hit-wonders"
status = 301
[[redirects]]
from = "/BJ-s-Live-Generously"
to = "/bj-s-wholesale-club-live-generously"
status = 301
[[redirects]]
from = "/Lines-Print-Ain-t-Dead"
to = "/misc-one-hit-wonders"
status = 301
[[redirects]]
from = "/AMEX-More-than-a-Card"
to = "/misc-one-hit-wonders"
status = 301
[[redirects]]
from = "/hire-me"
to = "/hire"
status = 301
[[redirects]]
from = "/nicorette-quittips"
to = "/misc-one-hit-wonders"
status = 301
[[redirects]]
from = "/bj-s-live-generously"
to = "/bj-s-wholesale-club-live-generously"
status = 301
[[redirects]]
from = "/lines-print-ain-t-dead"
to = "/misc-one-hit-wonders"
status = 301
[[redirects]]
from = "/amex-more-than-a-card"
to = "/misc-one-hit-wonders"
status = 301