mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 02:56:57 +02:00
refactor(v2): shift plugin cache generation into its own dir
This commit is contained in:
parent
92c7e1f44b
commit
95ca07a646
3 changed files with 9 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue