enable img lazy loading

This commit is contained in:
OniriCorpe 2024-06-20 21:52:47 +02:00
parent 02de531630
commit b574edd5c7

View file

@ -53,6 +53,11 @@ anchors = "on"
internal_level = "warn" internal_level = "warn"
external_level = "error" external_level = "error"
# Whether to set decoding="async" and loading="lazy" for all images
# When turned on, the alt text must be plain text.
# For example, `![xx](...)` is ok but `![*x*x](...)` isnt ok
lazy_async_image = true
[extra] [extra]
author = "OniriCorpe" author = "OniriCorpe"
display_author = false display_author = false