You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
414 B
18 lines
414 B
[build]
|
|
base = "."
|
|
publish = "_site"
|
|
command = "npm run build"
|
|
|
|
# These things are also done as part of the Eleventy build process, but this shouldn't be a problem.
|
|
[build.processing]
|
|
skip_processing = false
|
|
[build.processing.css]
|
|
bundle = true
|
|
minify = true
|
|
[build.processing.js]
|
|
bundle = true
|
|
minify = true
|
|
[build.processing.images]
|
|
compress = true
|
|
[build.processing.html]
|
|
pretty_urls = true
|
|
|