Add maskable icon

This commit is contained in:
Lim Chee Aun 2022-12-20 19:12:25 +08:00
parent 091960bdff
commit 7c5b0ccea3
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -35,6 +35,12 @@ export default defineConfig({
sizes: '512x512',
type: 'image/png',
},
{
src: 'logo-maskable-512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable',
},
],
},
strategies: 'injectManifest',