-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
36 lines (30 loc) · 905 Bytes
/
netlify.toml
File metadata and controls
36 lines (30 loc) · 905 Bytes
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
[build]
command = "bundle install && bundle exec jekyll build"
publish = "_site"
[build.environment]
RUBY_VERSION = "3.1.0"
[[redirects]]
from = "/post/638930666016374784/your-music-not-mine-and-switching-to-tidal"
to = "/2020/12/30/tidal.html"
status = 301
force = false
[[redirects]]
from = "https://suspicious-ritchie-a3d8aa.netlify.app/"
to = "https://danielbower.com"
status = 301
force = true
[[redirects]]
from = "/post/637161173139259392/private-equity-and-remote-work"
to = "/2020/12/10/private-equity-remote-work.html"
status = 301
force = false
[[redirects]]
from = "post/634856924010119168/brian-armstrong-and-a-new-surge-of-rational"
to = "/2020/11/15/rational-control-silicon-valley.html"
status = 301
force = false
[[redirects]]
from = "/research/"
to = "/music-streaming-venture-capital-kill-zones/"
status = 301
force = false