From 856aaf9d77313cb99efa86101597000ff2c1601a Mon Sep 17 00:00:00 2001 From: HellSakura <43169031+HellSakura@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:58:19 +0800 Subject: [PATCH] Update config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix [Edit this page] 指向链接不正确 --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 8b46aad6..4d786655 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -25,7 +25,7 @@ export default defineConfig({ }, editLink: { - pattern: 'https://github.com/vitejs/vite/blob/3.1-dev/docs/:path', + pattern: 'https://github.com/EstrellaXD/Auto_Bangumi/edit/main/docs/:path', text: 'Edit this page', },