From 2eb8acf315ae421b1af8e0aa78cf2ed6c1191fa2 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 26 Mar 2019 19:30:00 +0100 Subject: [PATCH] Fix wrong push --- postcss.config.js | 2 +- src/utils/scanner.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index f053ebf..4ba52ba 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1 +1 @@ -module.exports = {}; +module.exports = {} diff --git a/src/utils/scanner.js b/src/utils/scanner.js index 111040c..0719dd8 100644 --- a/src/utils/scanner.js +++ b/src/utils/scanner.js @@ -62,7 +62,7 @@ export class Scanner { this.data.posts.push(post) } else { - this.data.push({ + this.data.other.push({ [metadata.filename]: data }) }