Skip to content

Commit

Permalink
chore: unflattened url array
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 6, 2023
1 parent cd24994 commit 335503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function convertNuxtPagesToSitemapEntries(pages: NuxtPage[], config: { ro
alternatives,
...defaultEntry,
}
})
}).flat()

return final
}

0 comments on commit 335503f

Please sign in to comment.