mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
add ditto favicon to default metadata
This commit is contained in:
parent
00fe609ef1
commit
18e0c990e4
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ async function buildTemplateOpts(params: PathParams, url: string): Promise<OpenG
|
|||
description: meta.about,
|
||||
url,
|
||||
site: meta.name,
|
||||
image: {
|
||||
url: Conf.local('/favicon.ico'),
|
||||
w: 48,
|
||||
h: 48,
|
||||
},
|
||||
};
|
||||
|
||||
if (params.acct && !params.statusId) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue