Skip to content

Commit

Permalink
fix: edit not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-CSGO committed Dec 28, 2023
1 parent 6594445 commit ac581b3
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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default defineConfig({
},
editLink: {
pattern:
"https://github.com/advancedfx/afx-doc/edit/master/edit/docs/:path",
"https://github.com/advancedfx/afx-doc/edit/master/docs/:path",
text: "在 GitHub 上编辑此页",
},
docFooter: {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit ac581b3

Please sign in to comment.