From fd8720ddd47e2e0a97346eff55f8fab7813b8643 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 24 Sep 2024 10:09:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20RLE.wiki=20?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E9=85=8D=E7=BD=AE=20(#436)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6075ca8..ad4a930 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -87,6 +87,10 @@ const sidebarOptions = [ const themeConfig: ThemeContext = { siteTitle: 'RLE.wiki', siteDescription: '一份 RLE 指北', + logo: { + src: '/logo-horizontal.svg', + alt: 'Logo: RLE.wiki', + }, /** Repo */ githubRepoLink: 'https://github.com/project-trans/RLE-wiki', /** vitepress 根目录 */