-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
32 lines (28 loc) · 679 Bytes
/
netlify.toml
File metadata and controls
32 lines (28 loc) · 679 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
[[redirects]]
from = "/source"
to = "https://github.com/lorebooks-wiki/homepage"
status = 301
force = true
[[redirects]]
from = "/issues"
to = "/docs/issue-tracker"
status = 301
force = true
[build]
publish = "site/"
command = "./bin/netlify-build"
# Exit early if the source files are unedited
#ignore = "git diff --quiet HEAD^ HEAD src/ mkdocs.yml netlify.toml bin/netlify-build"
# Post-processing stuff
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = false
[build.processing.js]
bundle = true
minify = false
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = true