docs: update image optimisation setting to indicate potential impact on build speed

This commit is contained in:
Cell
2025-12-24 15:40:55 +08:00
parent 4fec1cdaa2
commit 35526b7410
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1096,7 +1096,7 @@ userId = ""
[params.image]
# cache remote images for better optimisations
cacheRemote = false
# Image resizing and optimisation
# Image resizing and optimisation (may slow builds)
optimise = false
# FixIt 0.4.0 | NEW A list of image file names or patterns to exclude from optimisation
# e.g. ["no-optimize.jpg", "*.tiff", "images/exclude-*.webp"]
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251223100706-1039e328" -}}
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251224074056-4fec1cda" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}