generated from MLH-Fellowship/explorer-portfolio-batch2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
netlify.toml
38 lines (27 loc) · 872 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
[build]
command = "bundle exec jekyll build"
publish = "_site/"
[dev]
command = "bundle exec jekyll serve"
## /tv and /r/tv redirect to https://tv.gh.robbie.dev
[[redirects]]
from = "/tv/*"
to = "https://tv.gh.robbie.dev/:splat"
[[redirects]]
from = "/r/tv/*"
to = "https://tv.gh.robbie.dev/:splat"
## /mouse and /r/mouse redirect to https://mouse.gh.robbie.dev
[[redirects]]
from = "/r/mouse"
to = "https://mouse.gh.robbie.dev/"
[[redirects]]
from = "/mouse"
to = "https://mouse.gh.robbie.dev/"
## /pay redirects to https://robbie.cash
[[redirects]]
from = "/pay/*"
to = "https://robbie.cash/:splat"
## /hollywood redirects to https://gist.github.com/robzwolf/1ac0c37bf3baec10fa9f3c989e53d312
[[redirects]]
from = "/hollywood"
to = "https://gist.github.com/robzwolf/1ac0c37bf3baec10fa9f3c989e53d312"