mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
26b1484e80
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
5 lines
392 B
Markdown
5 lines
392 B
Markdown
---
|
|
'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.
|