feat: use marka api in all apis
This commit is contained in:
@@ -49,6 +49,7 @@ export function parseJsonLdToRecipeSchema(jsonLdContent: string) {
|
||||
|
||||
// Build the recipe object
|
||||
const recipe = {
|
||||
_type: "Recipe",
|
||||
title: data.name || "Unnamed Recipe",
|
||||
image: pickImage(image || data.image || ""),
|
||||
author: Array.isArray(data.author)
|
||||
|
||||
Reference in New Issue
Block a user