Skip to content

Commit

Permalink
fix: message size audit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiAlexandruParaschiv committed Aug 13, 2024
1 parent d06cff3 commit c0d1aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sitemap/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export async function sitemapAuditRunner(baseURL, context) {

export default new AuditBuilder()
.withRunner(sitemapAuditRunner)
.withPersister(() => {})
.withUrlResolver((site) => composeAuditURL(site.getBaseURL())
.then((url) => (getUrlWithoutPath(prependSchema(url)))))
.build();

0 comments on commit c0d1aae

Please sign in to comment.