Skip to content

Commit

Permalink
Docs: add favicon (#1698)
Browse files Browse the repository at this point in the history
* Add Pino tree as favicon

* Add icon files

Generated with realfavicongenerator.net

* Update index.html

Code generated from realfavicongenerator.net

* Remove reference to manifest

This isn't a PWA, so doesn't make sense to have a manifest right?

* Delete site.webmanifest

See last commit, don't think it's necessary.

* Make favicon reference relative

So it works with GitHub pages

* Remove references to all but the basic favicons

* Remove extra files

I don't really have a way to test these so I'll stick to the basics
  • Loading branch information
WolfGangsta authored May 2, 2023
1 parent 53feafb commit 941f908
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
white-space: unset
}
</style>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 941f908

Please sign in to comment.