initial implementation of placeholder images, thumbnails and blurring between using sharp

This commit is contained in:
2023-07-11 18:47:29 +02:00
parent 8002082557
commit 800ca29531
133 changed files with 124 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ const RecipeSchema = new mongoose.Schema(
steps: [String]}],
preamble : String,
addendum : String,
},
}, {timestamps: true}
);
export const Recipe = mongoose.model("Recipe", RecipeSchema);