-
Notifications
You must be signed in to change notification settings - Fork 45
/
netlify.base.toml
44 lines (44 loc) · 963 Bytes
/
netlify.base.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
[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