mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
9a08d74bc0
* fix(astro): prevent ESM imports being passed directly to getImage * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
5 lines
137 B
Markdown
5 lines
137 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Improves type-checking and error handling to catch case where an image import is passed directly to `getImage()`
|