mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 03:26:57 +02:00
fix(v2): s/blogMetadatas/blogMetadata
This commit is contained in:
parent
03ac87a1e1
commit
8375236db4
4 changed files with 7 additions and 5 deletions
|
@ -27,7 +27,7 @@ module.exports = function createServerConfig(props) {
|
|||
// Static site generator webpack plugin.
|
||||
const docsFlatMetadatas = Object.values(docsMetadatas);
|
||||
|
||||
// TODO: Generalize this into blog plugin.
|
||||
// TODO: Generalize for blog plugin.
|
||||
const blogPermalinks = _.get(contentsStore, ['blog', 'contents'], []);
|
||||
const paths = [
|
||||
...blogPermalinks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue