Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
informaticadiaz committed Jan 14, 2024
1 parent f6c5ba7 commit 80b09d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ export default defineConfig({
type: 'image/png',
purpose: 'any'
},
]
{
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'
}

]
},
registerType: 'autoUpdate',
injectRegister: 'auto',
Expand Down

0 comments on commit 80b09d0

Please sign in to comment.