From aa748bd4bfce4b3ba7ba41d42edc5db8d58afec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9BRSfr?= Date: Sun, 17 Nov 2024 12:43:45 -0500 Subject: [PATCH] fix issue with editing pages --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a1edfa5..4b5e010 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -172,7 +172,7 @@ export default defineConfig({ externalLinkIcon: false, editLink: { - pattern: 'https://github.com/openm-project/mcdoc.github.io/edit/main/:path', + pattern: 'https://github.com/openm-project/mcdoc.github.io/edit/main/docs/:path', text: 'Contribute to this Page' },