🐛 BUG: @astrojs/image
should use root relative paths in the _image?href=
endpoint
#3997
Closed
1 task done
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
What version of
astro
are you using?1.0.0-beta.73
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
pnpm
What operating system are you using?
mac
Describe the Bug
In
astro dev
, the image integration uses an image's full path in the_image?href=
endpoint. This only happens in dev, but really should use a root relative path if possibleLink to Minimal Reproducible Example
https://astro.new
Participation
The text was updated successfully, but these errors were encountered: