16 lines
320 B
YAML
16 lines
320 B
YAML
# Render options here
|
|
|
|
# Pre-compress files to serve with web server software
|
|
compress:
|
|
- gz
|
|
- zstd
|
|
|
|
# Add .hash. to static assets provided by template
|
|
remapTemplateStatic: true
|
|
|
|
# Add .hash. to site static assets
|
|
remapAssets: false
|
|
|
|
# Whether to minify output
|
|
# Currently HTML, CSS and JS are minified
|
|
minify: true
|