chore: match array init order to func order
This commit is contained in:
parent
3b60750c51
commit
be6cbeda77
1 changed files with 1 additions and 1 deletions
|
@ -24,9 +24,9 @@ const tagsToHashtags = (item) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const processContent = (collection) => {
|
export const processContent = (collection) => {
|
||||||
|
const siteMapContent = []
|
||||||
const searchIndex = []
|
const searchIndex = []
|
||||||
const aggregateContent = []
|
const aggregateContent = []
|
||||||
const siteMapContent = []
|
|
||||||
let id = 0
|
let id = 0
|
||||||
const collectionData = collection.getAll()[0]
|
const collectionData = collection.getAll()[0]
|
||||||
const { data } = collectionData
|
const { data } = collectionData
|
||||||
|
|
Reference in a new issue