Skip to content

Commit 1db94f3

Browse files
authored
Changed page edit link from the mirrored repo to the actual one (#1534)
1 parent 76b59bb commit 1db94f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default defineConfig({
249249
themeConfig: {
250250
logo: '/logo.svg',
251251
editLink: {
252-
pattern: 'https://github.com/slidevjs/docs/edit/main/:path',
252+
pattern: 'https://github.com/slidevjs/slidev/edit/main/docs/:path',
253253
text: 'Suggest changes to this page',
254254
},
255255

0 commit comments

Comments
 (0)