mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* fix: handle srcset local image paths with spaces * replaced janky 'replaceAll' with encodeURI * Update .changeset/weak-oranges-relate.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * fix: encodeURI the returned filepath directly --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
5 lines
78 B
Markdown
5 lines
78 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
`<Image />` srcset now parses encoded paths correctly
|