Fix Edit Page URL (#1046)

This commit is contained in:
Soitora 2023-09-17 02:34:37 +02:00 committed by GitHub
parent 5f8af3ec41
commit d876410118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ const themeConfig: DefaultTheme.Config = {
}, },
editLink: { editLink: {
pattern: "https://github.com/xhenos/kodo/edit/v3-vitepress/website/src/:path", pattern: "https://github.com/tachiyomiorg/website/edit/main/website/src/:path",
text: "Help us improve this page", text: "Help us improve this page",
}, },