mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
579e2daf8d
* fix: SSG builds should remove query params when building local image files * chore: add changeset * handling an edge case related to stripping extensions from a filename
5 lines
164 B
Markdown
5 lines
164 B
Markdown
---
|
|
'@astrojs/image': patch
|
|
---
|
|
|
|
When using remote images in SSG builds, query parameters from the original image source should be stripped from final build output
|