fix: favicon

This commit is contained in:
Ryan Yin 2024-11-21 16:50:42 +08:00
parent 491ff455ed
commit 3848665274
4 changed files with 2 additions and 2 deletions

View file

@ -43,8 +43,8 @@ export const shared = defineConfig({
},
head: [
["link", { rel: "icon", href: "/web-app-manifest-192x192.png" }],
["link", { rel: "shortcut icon", href: "/favicon.ico" }],
["link", { rel: "icon", href: "/favicon-16x16.png", sizes: "16x16" }],
["link", { rel: "icon", href: "/favicon-32x32.png", sizes: "32x32" }],
// Google Search and Android Chrome
["link", { rel: "icon", href: "/favicon-96x96.png", sizes: "96x96" }],
["link", { rel: "icon", href: "/web-app-manifest-192x192.png", sizes: "192x192" }],

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB