mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
fix: 48px icon does not update
This commit is contained in:
parent
0c2a62b0ca
commit
753dbe83b7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export class LogoService {
|
|||
}
|
||||
|
||||
async createPWAIcons(file: Buffer) {
|
||||
const sizes = [72, 96, 128, 144, 152, 192, 384, 512];
|
||||
const sizes = [48, 72, 96, 128, 144, 152, 192, 384, 512];
|
||||
|
||||
for (const size of sizes) {
|
||||
const resized = await sharp(file).resize(size).toBuffer();
|
||||
|
|
Loading…
Add table
Reference in a new issue