Skip to content

Commit

Permalink
Update favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Apr 27, 2024
1 parent 8c9f1d2 commit 96b12bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/configs/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const head: HeadConfig[] = [
["meta", { name: "apple-mobile-web-app-capable", content: "yes" }],
["meta", { name: "apple-mobile-web-app-status-bar-style", content: "black" }],
["meta", { name: "msapplication-TileColor", content: "#000000" }],
["meta", { name: "msapplication-TileImage", content: "/favicon.ico" }],
["meta", { name: "msapplication-TileImage", content: "/free-api/favicon.ico" }],
["meta", { name: "baidu-site-verification", content: "codeva-Whjnr38WFE" }],
["link", { rel: "apple-touch-icon", href: "/favicon.ico" }],
["link", { rel: "mask-icon", href: "/favicon.ico", color: "#3eaf7c" }],
["link", { rel: "manifest", href: "/manifest.webmanifest" }],
["link", { rel: "apple-touch-icon", href: "/free-api/favicon.ico" }],
["link", { rel: "mask-icon", href: "/free-api/favicon.ico", color: "#3eaf7c" }],
["link", { rel: "manifest", href: "/free-api/manifest.webmanifest" }],
[
"script",
{
Expand Down
Binary file modified docs/public/favicon.ico
Binary file not shown.

0 comments on commit 96b12bb

Please sign in to comment.