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 5d52b8c commit f6c5ba7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,7 @@ export default defineConfig({
type: 'image/png',
purpose: 'any'
},
{
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'monochrome'
},
{
src: 'mask-icon-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'
}

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

0 comments on commit f6c5ba7

Please sign in to comment.