lambda-packages
lambda-packages copied to clipboard
🐛 BUG: `@astrojs/image` should use root relative paths in the `_image?href=` endpoint
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 possible
Link to Minimal Reproducible Example
https://astro.new
Participation
- [X] I am willing to submit a pull request for this issue.