feat: add some more titles

This commit is contained in:
2023-08-04 23:36:35 +02:00
parent d28536a49f
commit e5d2acc590
4 changed files with 18 additions and 7 deletions

View File

@ -32,6 +32,7 @@ export type Recipe = {
preparation?: string;
tags: string[];
meta?: {
time?: string;
link?: string;
image?: string;
rating?: number;
@ -57,7 +58,7 @@ function parseIngredientItem(listItem: DocumentChild): Ingredient | undefined {
teaSpoon: {
short: "TL",
plural: "Tea Spoon",
alternates: ["tl", "TL", "Tsp", "tsp"],
alternates: ["tl", "TL", "Tsp", "tsp", "teaspoon"],
},
litre: {
short: "L",