Skip to content

Commit bf52c9b

Browse files
committed
Fix: Edit link
1 parent f165b42 commit bf52c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineConfig({
7676
],
7777

7878
editLink: {
79-
pattern: 'https://github.com/duckdev/docs/edit/docs/docs/:path',
79+
pattern: 'https://github.com/duckdev/duckdev.github.io/edit/main/:path',
8080
text: 'Edit this page on GitHub',
8181
},
8282

0 commit comments

Comments
 (0)