astro/.changeset/large-bananas-prove.md
Oskar Baumann a2b66c7549
[@astrojs/image]: Fix <Picture /> component with query string (#4997)
* remove query params from file extension

* Revert changes to make change as small as possible

* moving the removeQueryParam check to basename()

* chore: adding a changeset

* adding SSR test coverage for new picture test cases

Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-10-06 15:53:11 +00:00

5 lines
121 B
Markdown

---
'@astrojs/image': patch
---
Fixes a bug that lost query parameters for remote images in the `<Picture />` component