-
Notifications
You must be signed in to change notification settings - Fork 45
/
netlify.toml
60 lines (60 loc) · 1.29 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
# This is an autogenerated file, do not modify directly. Edit "netlify.base.toml" instead.
[build]
command = "yarn build"
publish = "dist"
[build.processing]
skip_processing = false
[build.processing.css]
bundle = false
minify = true
[build.processing.js]
bundle = false
minify = true
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = false
[[redirects]]
from = "/github"
to = "https://github.com/whizkydee"
status = 301
force = true
[[redirects]]
from = "/twitter"
to = "https://twitter.com/mrolaolu"
status = 301
force = true
[[redirects]]
from = "/music"
to = "https://soundcloud.com/kitanmusic"
status = 301
force = true
[[redirects]]
from = "/palenight"
to = "https://marketplace.visualstudio.com/items?itemName=whizkydee.material-palenight-theme"
status = 301
force = true
[[redirects]]
from = "/palenight-repo"
to = "https://github.com/whizkydee/vscode-palenight-theme"
status = 301
force = true
[[redirects]]
from = "/"
to = "/index.html"
status = 200
[[redirects]]
from = "/shelf/work"
to = "/work"
status = 301
force = true
[[redirects]]
from = "/shelf/resume"
to = "/resume"
status = 301
force = true
[[redirects]]
from = "/shelf/work-images"
to = "/work-images"
status = 301
force = true