From 939521b3d8e6baec7329ab7face26b6ae5066b63 Mon Sep 17 00:00:00 2001 From: Cordtus Date: Mon, 6 May 2024 08:51:17 -0600 Subject: [PATCH] modified: theme.config.tsx --- theme.config.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.config.tsx b/theme.config.tsx index 540c0f9..a238aa4 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -50,6 +50,12 @@ const config: DocsThemeConfig = { rel: "icon", href: "/favicon.ico", }, + { + href: "/favicon-16x16.png", + rel: "icon", + sizes: "16x16", + type: "image/png", + }, { href: "/favicon-32x32.png", rel: "icon",