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
This commit is contained in:
WolfGangsta 2023-05-02 05:58:08 -07:00 committed by GitHub
parent 53feafb5f0
commit 941f90847b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 0 deletions

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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>