mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
392 B
392 B
astro |
---|
minor |
Adds a new property propertiesToHash
to the Image Services API to allow specifying which properties of getImage()
/ <Image />
/ <Picture />
should be used for hashing the result files when doing local transformations. For most services, this will include properties such as src
, width
or quality
that directly changes the content of the generated image.