mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
fix: set meta description and image for shared recipes (#1635)
This commit is contained in:
parent
25c40b8abf
commit
1c938cb835
6 changed files with 21 additions and 18 deletions
|
@ -6,9 +6,9 @@ export default {
|
|||
{ hid: "og:type", property: "og:type", content: "website" },
|
||||
{ hid: "og:title", property: "og:title", content: "Mealie" },
|
||||
{ hid: "og:site_name", property: "og:site_name", content: "Mealie" },
|
||||
{ hid: "og:desc", property: "og:description", content: "Mealie is a recipe management app for your kitchen." },
|
||||
{ hid: "og:description", property: "og:description", content: "Mealie is a recipe management app for your kitchen." },
|
||||
{
|
||||
hid: "og-image",
|
||||
hid: "og:image",
|
||||
property: "og:image",
|
||||
content:
|
||||
"https://raw.githubusercontent.com/hay-kot/mealie/dev/frontend/public/img/icons/android-chrome-512x512.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue