17 lines
429 B
TOML
17 lines
429 B
TOML
[build]
|
|
command = "yarn build"
|
|
publish = "_site/"
|
|
|
|
[[plugins]]
|
|
# https://www.npmjs.com/package/netlify-plugin-minify-html
|
|
package = "netlify-plugin-minify-html"
|
|
|
|
[plugins.inputs]
|
|
contexts = [ 'production', 'branch-deploy', 'deploy-preview' ]
|
|
|
|
# https://github.com/kangax/html-minifier#options-quick-reference
|
|
[plugins.inputs.minifierOptions]
|
|
removeComments = true
|
|
minifyCSS = true
|
|
minifyJS = true
|