feat: integrate typesense
This commit is contained in:
@@ -178,9 +178,9 @@ export function parseRecipe(original: string, id: string): Recipe {
|
||||
meta,
|
||||
name,
|
||||
tags,
|
||||
description: description ? renderMarkdown(description) : "",
|
||||
description,
|
||||
ingredients,
|
||||
preparation: preparation ? renderMarkdown(preparation) : "",
|
||||
preparation,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user