fix(embed): Make sure embed has sane default image and correct link

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2650>
This commit is contained in:
Georg Krause 2023-11-27 11:57:38 +00:00
commit 69876867d5
4 changed files with 6 additions and 5 deletions

View file

@ -150,7 +150,9 @@ def get_default_head_tags(path):
{
"tag": "meta",
"property": "og:image",
"content": utils.join_url(settings.FUNKWHALE_URL, "/front/favicon.png"),
"content": utils.join_url(
settings.FUNKWHALE_URL, "/android-chrome-512x512.png"
),
},
{
"tag": "meta",