Skip to content

Commit

Permalink
docs: edit link not exist (#1484)
Browse files Browse the repository at this point in the history
* fix: edit link not exist

* Update config.ts
  • Loading branch information
likui628 committed Jul 23, 2022
1 parent 2ed41a1 commit cfe45da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/.vitepress/config.ts
Expand Up @@ -41,7 +41,7 @@ const config = defineConfig({
themeConfig: {
repo: 'vuejs/router',
docsRepo: 'vuejs/router',
docsDir: 'docs',
docsDir: 'packages/docs',
docsBranch: 'main',
editLinks: true,
editLinkText: 'Suggest changes to this page',
Expand Down

0 comments on commit cfe45da

Please sign in to comment.