aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/crawler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/workers/crawler.ts')
-rw-r--r--packages/workers/crawler.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/workers/crawler.ts b/packages/workers/crawler.ts
index fbbee730..5db2da7b 100644
--- a/packages/workers/crawler.ts
+++ b/packages/workers/crawler.ts
@@ -183,6 +183,7 @@ async function runCrawler(job: Job<ZCrawlLinkRequest, void>) {
imageUrl: meta.image,
favicon: meta.logo,
content: readableContent?.textContent,
+ htmlContent: readableContent?.content,
crawledAt: new Date(),
})
.where(eq(bookmarkLinks.id, bookmarkId));