From f23c4a6c63a84c20fc6dff0f4f73be727ce15f3d Mon Sep 17 00:00:00 2001 From: Oleg Shchavelev Date: Sun, 14 Apr 2024 18:08:17 +0300 Subject: [PATCH] config: update editLink --- .vitepress/config.mts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2315a49..cb67472 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -20,7 +20,7 @@ export default defineConfigWithTheme({ next: 'Следующая страница' }, editLink: { - pattern: 'https://github.com/OlegShchavelev/ALTRegularGnomeWiki/edit/main/docs/:path', + pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path', text: 'Предложить изменения на этой странице' }, lastUpdated: { @@ -178,6 +178,9 @@ export default defineConfigWithTheme({ socialLinks: [ { icon: 'github', link: 'https://github.com/OlegShchavelev/ALTMobileWiki' } ], + editLink: { + pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path', + }, outline: { level: [2, 3], },