fix(desktop): incorrect svg favicon name (#3156)
* fix(desktop): incorrect svg favicon name * update --------- Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
parent
bb864dca50
commit
b9cd34617d
|
|
@ -11,8 +11,8 @@
|
|||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff" />
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#121212" />
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/favicon.ico" sizes="48x48" />
|
||||
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="48x48" type="image/x-icon" />
|
||||
<link rel="icon" href="/icon.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" />
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff" />
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="48x48" type="image/x-icon" />
|
||||
<link rel="icon" href="/icon.svg" sizes="any" type="image/svg+xml" />
|
||||
<!-- FireFox -->
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<title>Follow</title>
|
||||
|
|
|
|||
Loading…
Reference in New Issue