Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 402dc3e

Browse files
committed
docs: enable editLinks
1 parent 11999d6 commit 402dc3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module.exports = {
22
title: '@vuepress/plugin-blog',
33
description: 'Offical blog plugin for VuePress',
44
themeConfig: {
5-
repo: 'ulivz/vuepress-plugin-blog',
5+
repo: 'vuepressjs/vuepress-plugin-blog',
6+
docsDir: 'docs',
7+
editLinks: true,
8+
editLinkText: 'Edit this page on GitHub',
69
nav: [
710
{ text: 'Guide', link: '/guide/' },
811
{ text: 'Config', link: '/config/' },

0 commit comments

Comments
 (0)