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
fix: replace broken <img> tags with markdown images on Universal Input page (#65)
The 4 auto-detection images were referenced via raw <img src> HTML tags
inside markdown tables. Astro's image pipeline doesn't process these,
so they resolved to 404s on the live site. Replaced with standard
markdown image syntax that Astro handles correctly.
Co-authored-by: Oz <oz-agent@warp.dev>
0 commit comments