refactor(v2): shift plugin cache generation into its own dir

This commit is contained in:
Yangshun Tay 2019-03-02 20:29:49 -08:00
parent 92c7e1f44b
commit 95ca07a646
3 changed files with 9 additions and 5 deletions

View file

@ -25,7 +25,7 @@ const DEFAULT_OPTIONS = {
routeBasePath: 'blog', // URL Route.
include: ['*.md'], // Extensions to include.
pageCount: 10, // How many entries per page.
cachePath: 'blogMetadata.js',
cacheFileName: 'blogMetadata.json',
};
class DocusaurusContentBlogPlugin {