fix(v2): s/blogMetadatas/blogMetadata

This commit is contained in:
Yangshun Tay 2019-02-24 23:33:08 -08:00
parent 03ac87a1e1
commit 8375236db4
4 changed files with 7 additions and 5 deletions

View file

@ -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,