Skip to content

Commit

Permalink
fix: error edit link
Browse files Browse the repository at this point in the history
Signed-off-by: ajiho <lujiahao@88.com>
  • Loading branch information
ajiho committed Aug 7, 2024
1 parent 9e91d4b commit 769035c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/en.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const en = defineConfig({
},

editLink: {
pattern: "https://github.com/ajiho/think-weather/edit/main/docs/:path",
pattern: "https://github.com/bundlewatch/bundlewatch.io/edit/master/docs/:path",
text: "Edit this page on GitHub",
},

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/zh.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const zh = defineConfig({
},

editLink: {
pattern: "https://github.com/ajiho/think-weather/edit/main/docs/:path",
pattern: "https://github.com/bundlewatch/bundlewatch.io/edit/master/docs/:path",
text: "在 GitHub 上编辑此页面",
},

Expand Down

0 comments on commit 769035c

Please sign in to comment.