diff --git a/config/collections/index.js b/config/collections/index.js index 40034ada..c55c13b3 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -24,9 +24,9 @@ const tagsToHashtags = (item) => { } export const processContent = (collection) => { + const siteMapContent = [] const searchIndex = [] const aggregateContent = [] - const siteMapContent = [] let id = 0 const collectionData = collection.getAll()[0] const { data } = collectionData