mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
remove: favicon.svg declaration (file missing, causing Bing missing favicon)
This commit is contained in:
@@ -39,7 +39,6 @@ const rssHref = getRelativeLocaleUrl(
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/svg+xml" href={getAssetPath("favicon.svg")} />
|
||||
<link rel="icon" href={getAssetPath("favicon.ico")} />
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
Reference in New Issue
Block a user