App-Icons und Favicon aus checkflo-icons.png generiert
This commit is contained in:
parent
ecba1da140
commit
67e801a018
8 changed files with 7 additions and 2 deletions
|
|
@ -16,8 +16,9 @@ export default defineConfig({
|
|||
display: 'standalone',
|
||||
start_url: '/',
|
||||
icons: [
|
||||
{ src: '/icons/icon-192.png', sizes: '192x192', type: 'image/png' },
|
||||
{ src: '/icons/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' }
|
||||
{ src: '/icons/icon-192.png', sizes: '192x192', type: 'image/png', purpose: 'any' },
|
||||
{ src: '/icons/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' },
|
||||
{ src: '/icons/apple-touch-icon.png', sizes: '180x180', type: 'image/png' }
|
||||
]
|
||||
},
|
||||
workbox: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue