mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 02:33:22 -04:00
fix: set meta description and image for shared recipes (#1635)
This commit is contained in:
committed by
GitHub
parent
25c40b8abf
commit
1c938cb835
@@ -267,8 +267,8 @@ export default defineComponent({
|
||||
/** =============================================================
|
||||
* Meta Tags
|
||||
*/
|
||||
const metaData = useRecipeMeta(ref(props.recipe));
|
||||
useMeta(metaData);
|
||||
const { recipeMeta } = useRecipeMeta();
|
||||
useMeta(recipeMeta(ref(props.recipe)));
|
||||
|
||||
const { user } = usePageUser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user