fix: default avatar not bundled properly

This commit is contained in:
Timofey Gelazoniya 2025-03-20 17:41:38 +03:00
parent 6f883907cd
commit 15cec58920
Signed by: zeldon
GPG Key ID: 047886915281DD2A

View File

@ -56,8 +56,8 @@ async function processLogos(logos, distHome) {
generate(svg, join(distHome, 'apple-touch-icon.png'), {
size: 180,
bg: true,
}),
generate(svg, join(distHome, 'avatar_default.png'), { size: 200, bg: true })
})
// generate(svg, join(distHome, 'avatar_default.png'), { size: 200, bg: true })
);
}