mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-21 19:53:06 +00:00
fix: favicon
This commit is contained in:
parent
491ff455ed
commit
3848665274
4 changed files with 2 additions and 2 deletions
|
@ -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" }],
|
||||
|
|
BIN
docs/public/favicon-16x16.png
Normal file
BIN
docs/public/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 667 B |
BIN
docs/public/favicon-32x32.png
Normal file
BIN
docs/public/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue