diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 881c7c942f..7e8dc88c21 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -256,8 +256,34 @@ export default withMermaid( }, head: [ // Favicon + ["link", { rel: "icon", href: "/favicon.ico", sizes: "any" }], + [ + "link", + { + rel: "icon", + href: "/favicon-16x16.png", + type: "image/png", + sizes: "16x16", + }, + ], + [ + "link", + { + rel: "icon", + href: "/favicon-32x32.png", + type: "image/png", + sizes: "32x32", + }, + ], ["link", { rel: "icon", href: "/logo.svg", type: "image/svg+xml" }], - ["link", { rel: "apple-touch-icon", href: "/logo.svg" }], + [ + "link", + { + rel: "apple-touch-icon", + href: "/apple-touch-icon.png", + sizes: "180x180", + }, + ], // Google Fonts [ "link",