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
Ideally, it should work with the solution provided at https://realfavicongenerator.net/
The code that should end up in <head> is:
<head>
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff">
The text was updated successfully, but these errors were encountered:
fixes mattstratton#234
1449b0c
This implementation is based on taking all the defaults from https://realfavicongenerator.net/ Signed-off-by: Darin Pope <[email protected]>
mattstratton
Successfully merging a pull request may close this issue.
Ideally, it should work with the solution provided at https://realfavicongenerator.net/
The code that should end up in
<head>
is:The text was updated successfully, but these errors were encountered: