We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62c809 commit 497be55Copy full SHA for 497be55
tooling/build/scripts/publishing/index.ts
@@ -327,7 +327,7 @@ function generateSitemapTree(
327
?.content?.content?.find(
328
({ type }: { type: string }) => type === "childrenpages",
329
)
330
- ?.childrenPagesOrdering.map((id: string) => {
+ ?.childrenPagesOrdering?.map((id: string) => {
331
const child = children.find(({ id: childId }) => {
332
return id === childId
333
})
0 commit comments