chore: match array init order to func order

This commit is contained in:
Cory Dransfeldt 2024-10-04 12:15:36 -07:00
parent 3b60750c51
commit be6cbeda77
No known key found for this signature in database

View file

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