add ditto favicon to default metadata

This commit is contained in:
Siddharth Singh
2024-08-05 22:35:55 +05:30
parent 00fe609ef1
commit 18e0c990e4

View File

@@ -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) {