Three tool entries have no iconUrl in their frontmatter:
tools/hyperline.md
tools/outreach.md
tools/vitally.md
Pre-existing gap surfaced during the blob store migration (PR #48) when we audited tool icons. Other tools all reference iconUrl: https://ipjmp3k0z0p479cb.public.blob.vercel-storage.com/content/tools/<slug>.<ext>.
Why human, not agent
We need a human to source the official icons (vendor brand assets, correct format/dimensions, licensing OK). Once sourced:
- Drop the icon at
assets/tools/<slug>.svg (or .png / .jpeg)
pnpm upload-assets:migrate to push to the new store
- Add
iconUrl: https://ipjmp3k0z0p479cb.public.blob.vercel-storage.com/content/tools/<slug>.<ext> to the markdown frontmatter
Acceptance
All 3 tool detail pages render with an icon on the consuming website.
Three tool entries have no
iconUrlin their frontmatter:tools/hyperline.mdtools/outreach.mdtools/vitally.mdPre-existing gap surfaced during the blob store migration (PR #48) when we audited tool icons. Other tools all reference
iconUrl: https://ipjmp3k0z0p479cb.public.blob.vercel-storage.com/content/tools/<slug>.<ext>.Why human, not agent
We need a human to source the official icons (vendor brand assets, correct format/dimensions, licensing OK). Once sourced:
assets/tools/<slug>.svg(or.png/.jpeg)pnpm upload-assets:migrateto push to the new storeiconUrl: https://ipjmp3k0z0p479cb.public.blob.vercel-storage.com/content/tools/<slug>.<ext>to the markdown frontmatterAcceptance
All 3 tool detail pages render with an icon on the consuming website.