Skip to content
Discussion options

You must be logged in to vote

Why the GitHub‑Stats image may disappear from your profile README

The markdown you’re using

![GitHub stats](https://github-readme-stats.vercel.app/api?username=minirang&show_icons=true)

is valid, but several things can stop the image from rendering after it has been working for a while.


1. Verify the image URL directly

  1. Open the URL in a new tab:

    https://github-readme-stats.vercel.app/api?username=minirang&show_icons=true

  2. What you should see:

    • An SVG (or PNG if you added &hide_bg=true) that loads instantly.
    • HTTP status 200 and a Content-Type: image/svg+xml header.

If you get a 403, 429, 500, or the browser downloads a file instead of displaying an image, the problem is on the stats…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@minirang
Comment options

Answer selected by minirang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Accessibility Making GitHub useable for members of the disability community Markdown GitHub-flavored Markdown requests, issues, and more source:ui Discussions created via Community GitHub templates
2 participants