lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

🐛 BUG: `@astrojs/image` should use root relative paths in the `_image?href=` endpoint

Open tony-sull opened this issue 3 years ago • 0 comments

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.

tony-sull avatar Jul 20 '22 20:07 tony-sull