refactor(v2): point blog plugin path to v1's blog directory

This commit is contained in:
Yangshun Tay 2019-03-02 20:40:31 -08:00
parent 95ca07a646
commit b13e468b16
5 changed files with 4 additions and 414 deletions

View file

@ -34,6 +34,7 @@ module.exports = {
name: 'docusaurus-content-blog',
options: {
include: ['*.md', '*.mdx'],
path: '../v1/website/blog',
},
},
],