diff --git a/tooling/build/scripts/publishing/index.ts b/tooling/build/scripts/publishing/index.ts index 243ffbfa2..0420de021 100644 --- a/tooling/build/scripts/publishing/index.ts +++ b/tooling/build/scripts/publishing/index.ts @@ -115,13 +115,13 @@ async function main() { resource.fullPermalink.endsWith(INDEX_PAGE_PERMALINK) && resource.type !== "RootPage" - const resourceConvertedPermalink = - getConvertedPermalink(resource.fullPermalink) + const resourceConvertedPermalink = getConvertedPermalink( + resource.fullPermalink, + ) const idOfFolder = resources.find( (item) => - isIndexPage && - item.fullPermalink === resourceConvertedPermalink, + isIndexPage && item.fullPermalink === resourceConvertedPermalink, )?.id const sitemapEntry: SitemapEntry = {