From 59b2b64d8d11ae57218aeee3c269e3659e1ebb09 Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Mon, 26 Feb 2024 10:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=8A=9F=E8=83=BD(theme.config.tsx?= =?UTF-8?q?)=EF=BC=9A=E5=9C=A8head=E4=B8=AD=E6=B7=BB=E5=8A=A0umami?= =?UTF-8?q?=E5=88=86=E6=9E=90=E8=84=9A=E6=9C=AC=EF=BC=8C=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E8=AE=BF=E9=97=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/theme.config.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index dc1360e..67ff708 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -44,6 +44,15 @@ const config: DocsThemeConfig = { ), }, + head: ( + <> + + + ), footer: { text: 'DailyCheckin Docs © 2024', },