You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#111 started some work around this although unfortunately haven’t had time to look at it yet.
The image source in this case is remote (a URL provided by the site the preview link is for), so in any case Astro’s <Image> wouldn’t optimise without additional configuration (see “Remote Images” in the Astro Docs).
Thanks for following up. I realized that it wouldn't have mattered after I made this post. I switched Astro's Image handler to Unpic's service so I noticed a change in the image tags.
I'm a little confused as to why the source file for the Preview component is using a standard
img
tag rather than integrate the Astro Image tag?The text was updated successfully, but these errors were encountered: