fix(edit link): alter original edit link with new link to repo

This commit is contained in:
andatoshiki 2023-03-02 11:56:41 +08:00
parent ff82466134
commit c1ca67f4fe

View File

@ -21,7 +21,7 @@ export const themeConfig: DefaultTheme.Config = {
},
// documentation edit link
editLink: {
pattern: 'https://github.com/andatoshiki/toshiki-note/edit/master/docs/:path',
pattern: 'https://github.com/andatoshiki/toshiki-notebook/edit/master/docs/:path',
text: 'Edit this page on GitHub',
},