Skip to content

Commit 2570870

Browse files
committed
refactor: 🔨 update web app manifest icons
1 parent 929faaa commit 2570870

9 files changed

+3
-3
lines changed

public/apple-touch-icon.png

2.27 KB
Loading

public/favicon-96x96.png

582 Bytes
Loading

public/favicon.ico

0 Bytes
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

public/icon-192x192.png

-20 KB
Binary file not shown.

public/icon-512x512.png

-112 KB
Binary file not shown.

public/web-app-manifest-192x192.png

22.5 KB
Loading

public/web-app-manifest-512x512.png

123 KB
Loading

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ export default defineConfig({
2121
theme_color: '#ffffff',
2222
icons: [
2323
{
24-
src: '/icon-192x192.png',
24+
src: '/web-app-manifest-192x192.png',
2525
sizes: '192x192',
2626
type: 'image/png',
2727
purpose: 'maskable',
2828
},
2929
{
30-
src: '/icon-512x512.png',
30+
src: '/web-app-manifest-512x512.png',
3131
sizes: '512x512',
3232
type: 'image/png',
3333
purpose: 'maskable',

0 commit comments

Comments
 (0)