astro/.changeset/calm-tigers-stare.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
319 B
Markdown
Raw Normal View History

---
'astro': patch
---
Fix various inaccuracies with types related to the new Assets features:
- getConfiguredImageService wasn't present on the astro:assets types.
- ImageMetadata wasn't exported
- Fixed wrong module declaration for `avif`, `heic` and `heif` files.
- Add missing module declaration for SVGs imports