🐛 Fix maskable icon

This commit is contained in:
LittleSheep 2024-03-31 18:05:22 +08:00
parent e9e80bdeb5
commit e0995b312c
3 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

BIN
public/maskable-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -26,6 +26,12 @@ export default defineConfig({
sizes: "1024x1024",
type: "image/png",
purpose: "any"
},
{
src: "maskable-icon.png",
sizes: "1024x1024",
type: "image/png",
purpose: "maskable"
}
]
},