Skip to content

Commit c8f22fe

Browse files
committed
Use correct PWA icon
1 parent 57fe076 commit c8f22fe

File tree

4 files changed

+61
-3
lines changed

4 files changed

+61
-3
lines changed

nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ export default defineNuxtConfig({
2727
display: 'standalone',
2828
icons: [
2929
{
30-
src: '/android-chrome-192x192.png',
30+
src: '/pwa-192x192.png',
3131
sizes: '192x192',
3232
type: 'image/png',
3333
},
3434
{
35-
src: '/android-chrome-512x512.png',
35+
src: '/pwa-512x512.png',
3636
sizes: '512x512',
3737
type: 'image/png',
3838
},
3939
{
40-
src: '/android-chrome-512x512.png',
40+
src: '/pwa-512x512.png',
4141
sizes: '512x512',
4242
type: 'image/png',
4343
purpose: 'maskable',

public/pwa-192x192.png

19.6 KB
Loading

public/pwa-512x512.png

103 KB
Loading

static/icon.svg

Lines changed: 58 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)