Skip to content

Commit 2dcc3a2

Browse files
authored
Update vite.config.ts
1 parent 0c4817f commit 2dcc3a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ export default defineConfig({
2121
{
2222
src: 'pwa-192x192.png',
2323
sizes: '192x192',
24-
type: 'image/png'
24+
type: 'image/jpeg'
2525
},
2626
{
2727
src: 'pwa-512x512.png',
2828
sizes: '512x512',
29-
type: 'image/png'
29+
type: 'image/jpeg'
3030
}
3131
]
3232
},

0 commit comments

Comments
 (0)