mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* feat(assets): Store remote cached images in binary format * test(core-image-ssg): Update 'has cache entries' test to support new cache format * refactor(assets): destructure JSONData instead of casting * chore: Add changeset, remove unused code * test(core-image-ssg): Add 'writes remote image cache metadata' test * Fix typo and improve grammar in changeset --------- Co-authored-by: Matt Kane <m@mk.gg>
138 B
138 B
astro |
---|
patch |
Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file.