mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
035c0c4df2
* fix(assets): Fix images from public not working with <Image> and `getImage` * test(assets): Add test for public images * refactor: simplify logic
5 lines
101 B
Markdown
5 lines
101 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix Image component and `getImage` not handling images from public correctly
|