Skip to content

Commit

Permalink
fix: fix editLink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed Mar 26, 2024
1 parent 16e5409 commit 384a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineConfig({
},
outline: [1, 6],
editLink: {
pattern: "https://github.com/Muxi-Studio/101/edit/main/docs/:path",
pattern: "https://github.com/Muxi-Studio/101/edit/master/docs/:path",
text: "在 GitHub 上编辑此页",
},
externalLinkIcon: true,
Expand Down

0 comments on commit 384a57c

Please sign in to comment.