Fix icons path

This commit is contained in:
Bastien Wirtz 2022-07-04 22:17:41 +02:00
parent 73d52dbd38
commit 2f1aff4dc5

View File

@ -22,21 +22,15 @@ export default defineConfig({
theme_color: "#3367D6",
icons: [
{
src: "pwa-192x192.png",
src: "./icons/pwa-192x192.png",
sizes: "192x192",
type: "image/png",
},
{
src: "pwa-512x512.png",
src: "./icons/pwa-512x512.png",
sizes: "512x512",
type: "image/png",
},
{
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any maskable'
}
],
},
}),