diff --git a/backend/functions/src/cloud-functions/adaptive-crawler.ts b/backend/functions/src/cloud-functions/adaptive-crawler.ts index da117d0..1c69973 100644 --- a/backend/functions/src/cloud-functions/adaptive-crawler.ts +++ b/backend/functions/src/cloud-functions/adaptive-crawler.ts @@ -144,6 +144,8 @@ export class AdaptiveCrawlerHost extends RPCHost { await Promise.all(promises); } else { + meta.useSitemap = false; + await AdaptiveCrawlTask.COLLECTION.doc(shortDigest).update({ urls: [targetUrl.toString()], });