fix: firefix icon, fix #2370

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-12-30 13:18:35 +08:00
parent 313ad9b7db
commit bbf7acfd3d
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 5 additions and 0 deletions

View File

@ -13,7 +13,10 @@
<!-- favicon -->
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<!-- FireFox -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<title>Follow</title>
<meta property="og:type" content="website" />

View File

@ -12,6 +12,8 @@
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- FireFox -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Follow</title>
<link rel="manifest" href="/manifest.json" />