Skip to content

Commit

Permalink
fix: enable edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita authored Aug 29, 2024
1 parent 716b13f commit b89bc5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export default defineConfig({
apiRedirectUrl: "https://api-docs.tsed.io",
repo: "tsedio/tsed",
githubProxyUrl: "https://api.tsed.io/rest/github/tsedio/tsed",
editLink: {
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path'
},
search: {
provider: "algolia",
options: {
Expand Down

0 comments on commit b89bc5a

Please sign in to comment.