[@astrojs/image] image doesn't render properly in dev
when no transforms props are used
#4931
Closed
1 task done
Labels
- P5: urgent
Fix build-breaking bugs affecting most users, should be released ASAP (priority)
pkg: image
Related to the `@astrojs/image` package (scope)
What version of
astro
are you using?1.4.0
Are you using an SSR adapter? If so, which one?
non
What package manager are you using?
yarn
What operating system are you using?
mac
Describe the Bug
During
astro dev
, if an<Image />
component is used without any transform props (format, width, height, etc), the vite plugin's dev server ignores the request and the image 404sExpected behavior: The vite plugin should just return the original file as-is in dev, similar to what will happen in
astro build
Link to Minimal Reproducible Example
https://github.com/ChristineTham/christinetham.github.io
Participation
The text was updated successfully, but these errors were encountered: