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:
parent
76362b020e
commit
69876867d5
4 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue