RafidMuhymin / astro-imagetools

Image Optimization tools for the Astro JS framework
astro-imagetools-docs.vercel.app
MIT License
407 stars 44 forks source link

404 images for Astro@v2 #153

Closed ixam1 closed 1 year ago

ixam1 commented 1 year ago

I wanted to try out Astro v2 with this package and it seems like the asset urls that are created are falsy. All images are 404, this is the error message:

18:06:19 [serve]    404 /assets/[object Object]@3648w.6f826ced.jpeg
18:06:19 [serve]    404 /assets/[object Object]@206w.dfd2c3da.png
18:06:19 [serve]    404 /assets/[object Object]@640w.aad2af86.jpeg
ixam1 commented 1 year ago

I created a PR to fix this https://github.com/RafidMuhymin/astro-imagetools/pull/154

RafidMuhymin commented 1 year ago

Thanks for opening the issue. Closing this since #154 has been merged.