mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
fix: set meta description and image for shared recipes (#1635)
This commit is contained in:
committed by
GitHub
parent
25c40b8abf
commit
1c938cb835
@@ -803,10 +803,8 @@ export default defineComponent({
|
||||
|
||||
// ===============================================================
|
||||
// Metadata
|
||||
|
||||
const metaData = useRecipeMeta(recipe);
|
||||
|
||||
useMeta(metaData);
|
||||
const { recipeMeta } = useRecipeMeta();
|
||||
useMeta(recipeMeta(recipe));
|
||||
|
||||
const hasFoodOrUnit = computed(() => {
|
||||
if (!recipe.value) {
|
||||
|
||||
Reference in New Issue
Block a user