Skip to content

Commit

Permalink
Fix edit link in site
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Aug 20, 2024
1 parent 43abd0e commit 64f27ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-bananas-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"site": patch
---

Fix edit link
2 changes: 1 addition & 1 deletion apps/site/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default defineConfig({
],
editLink: {
pattern:
"https://github.com/guidanoli/cmioc/edit/main/site/pages/:path",
"https://github.com/guidanoli/cmioc/edit/main/apps/site/pages/:path",
text: "Edit on GitHub",
},
iconUrl: {
Expand Down

0 comments on commit 64f27ad

Please sign in to comment.