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 dc10c2c796
commit 3aa3f7949a
133 changed files with 124 additions and 54 deletions
+1 -1
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);