chore(docs): correct the file path in the markdown for the GitHub website (#4254)
This commit is contained in:
@@ -13,7 +13,7 @@ export const en = defineConfig({
|
||||
prev: 'Previous Page',
|
||||
},
|
||||
editLink: {
|
||||
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
|
||||
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/src/:path',
|
||||
text: 'Edit this page on GitHub',
|
||||
},
|
||||
footer: {
|
||||
|
Reference in New Issue
Block a user