Skip to content

Commit

Permalink
fix "edit docs" link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Dec 8, 2024
1 parent 01a8f29 commit e28da11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false

- name: Set up Node.js 💿
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineConfig({
},
editLink: {
pattern:
"https://github.com/Lehoczky/vue-termynal/edit/master/packages/docs/:path",
"https://github.com/Lehoczky/vue-termynal/edit/master/packages/docs/src/:path",
},
},
markdown: {
Expand Down

0 comments on commit e28da11

Please sign in to comment.