🐛 Fix maskable icon
This commit is contained in:
parent
e9e80bdeb5
commit
e0995b312c
BIN
public/icon.png
BIN
public/icon.png
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
BIN
public/maskable-icon.png
Normal file
BIN
public/maskable-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
@ -26,6 +26,12 @@ export default defineConfig({
|
|||||||
sizes: "1024x1024",
|
sizes: "1024x1024",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "any"
|
purpose: "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
src: "maskable-icon.png",
|
||||||
|
sizes: "1024x1024",
|
||||||
|
type: "image/png",
|
||||||
|
purpose: "maskable"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user