fix: make recipe crawling work

This commit is contained in:
Max Richter
2025-11-12 15:41:30 +01:00
parent 92126882b6
commit 7ad08daf80
19 changed files with 44 additions and 55 deletions

View File

@@ -181,7 +181,7 @@ export async function webScrape(
return {
...result,
dom,
dom: dom.window.document,
markdown: turndownService.turndown(result.content),
};
}