We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In one of my projects, the content type of the badge is not image/svg+xml, but instead I get this:
image/svg+xml
****@**** $ curl -sI https://static.pepy.tech/badge/tvdb-api-client | grep content-type content-type: application/xml;charset=UTF-8 x-content-type-options: nosniff
This means that the embedded badge doesn't show up
The text was updated successfully, but these errors were encountered:
It should be fix, if not let me know and I will reopen the ticket
╰─❯ curl -sI https://static.pepy.tech/badge/tvdb-api-client | grep content-type content-type: image/svg+xml;charset=UTF-8 x-content-type-options: nosniff
Sorry, something went wrong.
No branches or pull requests
In one of my projects, the content type of the badge is not
image/svg+xml
, but instead I get this:This means that the embedded badge doesn't show up
The text was updated successfully, but these errors were encountered: