Skip to content

Commit 941f908

Browse files
authored
Docs: add favicon (#1698)
* 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
1 parent 53feafb commit 941f908

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

β€Žfavicon-16x16.pngβ€Ž

970 Bytes
Loading

β€Žfavicon-32x32.pngβ€Ž

1.47 KB
Loading

β€Žfavicon.icoβ€Ž

14.7 KB
Binary file not shown.

β€Žindex.htmlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
white-space: unset
3131
}
3232
</style>
33+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
34+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
3335
</head>
3436
<body>
3537
<div id="app"></div>

0 commit comments

Comments
Β (0)