From 9f28374e2dd4d42245415042dab11e84a34506f2 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0sitemap=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E8=AE=BE=E7=BD=AE=E4=B8=BB=E6=9C=BA=E5=90=8D?= =?UTF-8?q?=E4=B8=BA'https://hyperf.fans'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 6dd0bfc..a69694e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -32,6 +32,9 @@ export default defineConfig({ } } }, + sitemap: { + hostname: 'https://hyperf.fans' + }, themeConfig: { outline:{ label: '页面导航', @@ -98,10 +101,6 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/friendsofhyperf/components' }, - ], - - sitemap: { - hostname: 'https://hyperf.fans' - } + ] } })