fix: default avatar not bundled properly
This commit is contained in:
parent
6f883907cd
commit
15cec58920
@ -56,8 +56,8 @@ async function processLogos(logos, distHome) {
|
|||||||
generate(svg, join(distHome, 'apple-touch-icon.png'), {
|
generate(svg, join(distHome, 'apple-touch-icon.png'), {
|
||||||
size: 180,
|
size: 180,
|
||||||
bg: true,
|
bg: true,
|
||||||
}),
|
})
|
||||||
generate(svg, join(distHome, 'avatar_default.png'), { size: 200, bg: true })
|
// generate(svg, join(distHome, 'avatar_default.png'), { size: 200, bg: true })
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user