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 }) }