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
favicon.png
Lots of apps and browsers try to load /favicon.png. We should add a handler to serve the same thing here that we serve for /assets/logo.png.
/favicon.png
/assets/logo.png
The text was updated successfully, but these errors were encountered:
The convention is /favicon.ico using Windows icon files (not PNGs). This is only loaded when the document doesn’t contain a <link rel=icon>.
/favicon.ico
<link rel=icon>
Sorry, something went wrong.
apple-touch-icon
Successfully merging a pull request may close this issue.
Lots of apps and browsers try to load
/favicon.png
. We should add a handler to serve the same thing here that we serve for/assets/logo.png
.The text was updated successfully, but these errors were encountered: