🐛 Fix maskable icon

This commit is contained in:
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

(image error) Size: 56 KiB

After

(image error) Size: 56 KiB

BIN
public/maskable-icon.png Normal file

Binary file not shown.

After

(image error) Size: 44 KiB

@@ -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"
}
]
},