* 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>
5 lines
121 B
Markdown
5 lines
121 B
Markdown
---
|
|
'@astrojs/image': patch
|
|
---
|
|
|
|
Fixes a bug that lost query parameters for remote images in the `<Picture />` component
|