Skip to content

docs: rename hero images to bust GitHub's stale image cache#25

Merged
karngyan merged 1 commit into
mainfrom
fix/readme-hero-cache-bust
Jul 17, 2026
Merged

docs: rename hero images to bust GitHub's stale image cache#25
karngyan merged 1 commit into
mainfrom
fix/readme-hero-cache-bust

Conversation

@karngyan

Copy link
Copy Markdown
Contributor

The updated hero images landed in #24, but GitHub still renders the old ones — its camo image proxy caches by URL, and the file path didn't change.

Renaming hero-{light,dark}.pngbrowser-{light,dark}.png (and updating the README <picture>) gives them a fresh URL, so GitHub fetches the new images immediately.

Files on main were already correct (4096×1940, transparent rounded corners) — this is purely a cache-bust.

🤖 Generated with Claude Code

The hero PNGs were updated in place (same path), but GitHub's camo image
proxy keys its cache on the URL, so the README kept serving the old frame.
Renaming hero-{light,dark}.png → browser-{light,dark}.png changes the URL and
forces a fresh fetch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@karngyan
karngyan merged commit e1998fa into main Jul 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant