From be6cbeda77d1a6abedfdbbf84c3a1a9143714e7a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 4 Oct 2024 12:15:36 -0700 Subject: [PATCH] chore: match array init order to func order --- config/collections/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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