🐛 Fix maskable icon
This commit is contained in:
BIN
public/icon.png
BIN
public/icon.png
Binary file not shown.
Before ![]() (image error) Size: 56 KiB After ![]() (image error) Size: 56 KiB ![]() ![]() |
BIN
public/maskable-icon.png
Normal file
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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user