diff options
author | Aylur <[email protected]> | 2024-09-07 15:11:50 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-07 15:11:50 +0200 |
commit | 125ed58d0a195db63f2fe2f47dd77730b48e20f3 (patch) | |
tree | f31a0dfbbfc4d7992ba3334b983a73d641a14bd6 | |
parent | 13b6c88dd090bfc8997a2916f0c0cc44bdce2c74 (diff) |
docs: fix edit link
-rw-r--r-- | docs/vitepress.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index b964fdd..4e2529b 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -85,7 +85,7 @@ export default defineConfig({ ], editLink: { - pattern: github("edit/main/docs/:path"), + pattern: github("/edit/main/docs/:path"), text: 'Edit this page on GitHub', }, |