Skip to content

Commit c7ef311

Browse files
authored
feat: enable editLinks (close #1168) (#1172)
1 parent 13de0f6 commit c7ef311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ module.exports = {
482482
}
483483
],
484484
repo: 'vuejs/docs',
485-
editLinks: false,
485+
editLinks: true,
486486
editLinkText: 'Edit this on GitHub!',
487487
lastUpdated: 'Last updated',
488488
docsDir: 'src',

0 commit comments

Comments
 (0)