Skip to content

Commit

Permalink
chore: favicon.svg is too big
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 21, 2024
1 parent 33c2b5f commit 491ff45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const shared = defineConfig({
},

head: [
["link", { rel: "icon", href: "/favicon.svg" }],
["link", { rel: "icon", href: "/web-app-manifest-192x192.png" }],
["link", { rel: "shortcut icon", href: "/favicon.ico" }],
// Google Search and Android Chrome
["link", { rel: "icon", href: "/favicon-96x96.png", sizes: "96x96" }],
Expand Down
3 changes: 0 additions & 3 deletions docs/public/favicon.svg

This file was deleted.

0 comments on commit 491ff45

Please sign in to comment.