Add maskable icon
This commit is contained in:
parent
091960bdff
commit
7c5b0ccea3
BIN
public/logo-maskable-512.png
Normal file
BIN
public/logo-maskable-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue