Fix Bug 69791

Don't display favicon in Safari
This commit is contained in:
Viktor Fomin 2024-08-21 15:55:26 +03:00
parent e45ff5df90
commit 38e17d813d
3 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,7 @@
href="/logo.ashx?logotype=3"
/>
<link rel="mask-icon" href="/logo.ashx?logotype=3" />
<link rel="apple-touch-icon" sizes="32x32" href="/logo.ashx?logotype=3" />
<link rel="manifest" href="/manifest.json" />
<!-- Tell the browser it's a PWA -->

View File

@ -110,6 +110,11 @@ export default async function RootLayout({
<head>
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<link rel="mask-icon" href="/logo.ashx?logotype=3" />
<link
rel="apple-touch-icon"
sizes="32x32"
href="/logo.ashx?logotype=3"
/>
<meta charSet="utf-8" />
<meta
name="viewport"

View File

@ -13,6 +13,7 @@
-->
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<link rel="mask-icon" href="/logo.ashx?logotype=3" />
<link rel="apple-touch-icon" sizes="32x32" href="/logo.ashx?logotype=3" />
<!-- Tell the browser it's a PWA -->
<!-- <meta name="mobile-web-app-capable" content="yes" /> -->