Skip to content

Commit 1063cad

Browse files
committed
No icons in manifest
1 parent f69ac58 commit 1063cad

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

client/vite.config.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,7 @@ export default defineConfig(({ mode }) => {
2121
theme_color: '#1e293b',
2222
background_color: '#f8fafc',
2323
display: 'standalone',
24-
icons: [
25-
{
26-
src: '/icon-192.png',
27-
sizes: '192x192',
28-
type: 'image/png',
29-
},
30-
{
31-
src: '/icon-512.png',
32-
sizes: '512x512',
33-
type: 'image/png',
34-
},
35-
],
24+
icons: [],
3625
},
3726
devOptions: {
3827
enabled: false,

0 commit comments

Comments
 (0)