Update map.ts

This commit is contained in:
Nicolas 2024-11-20 16:47:07 -08:00
parent 5f4c8da109
commit aaddbdc1bc

View File

@ -133,7 +133,7 @@ export async function getMapResults({
// Parallelize sitemap fetch with serper search
const [sitemap, ...searchResults] = await Promise.all([
ignoreSitemap ? null : crawler.tryGetSitemap(),
ignoreSitemap ? null : crawler.tryGetSitemap(true),
...(cachedResult ? [] : pagePromises),
]);