Skip to content

Commit 2824210

Browse files
authored
Fix edit link in site (#37)
1 parent 43abd0e commit 2824210

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sweet-bananas-shout.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"site": patch
3+
---
4+
5+
Fix edit link

apps/site/vocs.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineConfig({
107107
],
108108
editLink: {
109109
pattern:
110-
"https://github.com/guidanoli/cmioc/edit/main/site/pages/:path",
110+
"https://github.com/guidanoli/cmioc/edit/main/apps/site/pages/:path",
111111
text: "Edit on GitHub",
112112
},
113113
iconUrl: {

0 commit comments

Comments
 (0)