forked from extern/homer
Fix icons path
This commit is contained in:
parent
73d52dbd38
commit
2f1aff4dc5
@ -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'
|
||||
}
|
||||
],
|
||||
},
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user