This commit is contained in:
@@ -17,7 +17,7 @@ const recipes = await memorium.listResource("Recipes");
|
||||
id: recipe.name.replace(/\.md$/, ""),
|
||||
data: {
|
||||
cover: recipe.content?.image
|
||||
? `http://localhost:8080/${recipe.content.image}`
|
||||
? {src:`http://localhost:8080/${recipe.content.image}`}
|
||||
: undefined,
|
||||
title: recipe.name.replace(/\.md$/, ""),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user