fix: replace broken images on Universal Input (Legacy) page#65
Conversation
…t page 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR replaces raw HTML image tags in two Universal Input image tables with Markdown images inside figures so the docs image pipeline can resolve the assets, and adds descriptive alt text for the disabled auto-detection screenshots.
Concerns
- No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Fix 4 broken images (404s) on the Universal Input (Legacy) page flagged by Ahrefs.
Changes
src/content/docs/terminal/input/universal-input.mdx
<img src>tags with standard markdown image syntax<img src>with relative paths tosrc/assets/, so the 4 auto-detection images were returning 404alt=""attributesBroken images fixed:
auto-detection-off-terminal-mode.pngauto-detection-terminal-mode.pngauto-detection-agent-mode-1.pngauto-detection-off-agent-mode.pngWarp conversation
Co-Authored-By: Oz oz-agent@warp.dev