Add favicon fallbacks for search engines
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
parent
49a0d078da
commit
356330541e
5 changed files with 3 additions and 0 deletions
BIN
frontend/site/public/apple-touch-icon.png
Normal file
BIN
frontend/site/public/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
frontend/site/public/favicon-48x48.png
Normal file
BIN
frontend/site/public/favicon-48x48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
frontend/site/public/favicon.ico
Normal file
BIN
frontend/site/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
frontend/site/public/icon-192.png
Normal file
BIN
frontend/site/public/icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
|
|
@ -36,7 +36,10 @@ const rssUrl = absoluteUrl('/rss.xml');
|
|||
<title>{pageTitle}</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
<link rel="icon" href="/favicon-48x48.png" type="image/png" sizes="48x48" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
|
||||
<link rel="canonical" href={canonicalUrl} />
|
||||
<link rel="alternate" type="application/rss+xml" title={`${site.title} RSS`} href={rssUrl} />
|
||||
<meta property="og:site_name" content={site.title} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue