]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: edit link not exist (#1484)
authorLi Kui <90845831+likui628@users.noreply.github.com>
Sat, 23 Jul 2022 12:44:12 +0000 (20:44 +0800)
committerGitHub <noreply@github.com>
Sat, 23 Jul 2022 12:44:12 +0000 (14:44 +0200)
* fix: edit link not exist

* Update config.ts

packages/docs/.vitepress/config.ts

index cb859d3c7ab9a36cdce5e574945666f51bf96636..6b3c84583c2e4883642e221a188aa287aa7633cb 100644 (file)
@@ -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',