docs: add search favicon for seo (#56016)

PR Close #56016
This commit is contained in:
Matthieu Riegler 2024-05-23 01:56:46 +02:00 committed by Pawel Kozlowski
parent 57bd5b5480
commit 3e02e8fe95
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -52,6 +52,7 @@
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/assets/icons/favicon-48x48.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png" />
<link rel="manifest" href="/assets/icons/site.webmanifest" />