fix vite icons for PWA install

This commit is contained in:
2026-04-29 17:14:07 +03:00
parent 240abb2e73
commit 1fd7d16ec9

View File

@@ -18,8 +18,8 @@ export default defineConfig({
background_color: '#0f172a', background_color: '#0f172a',
theme_color: '#0f172a', theme_color: '#0f172a',
icons: [ icons: [
{ src: '/icons/icon-192.png', sizes: '192x192', type: 'image/png' }, { src: '/icons/icon-192.png', sizes: '192x192', type: 'image/png', purpose: 'any maskable' },
{ src: '/icons/icon-512.png', sizes: '512x512', type: 'image/png' }, { src: '/icons/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' },
], ],
}, },
workbox: { workbox: {