feat: update icons
This commit is contained in:
@@ -27,6 +27,11 @@ export default defineConfig(({ command }) => {
|
||||
background_color: mainColor,
|
||||
theme_color: mainColor,
|
||||
icons: [
|
||||
{
|
||||
src: "pwa-64x64.png",
|
||||
sizes: "64x64",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src: "pwa-192x192.png",
|
||||
sizes: "192x192",
|
||||
@@ -38,7 +43,12 @@ export default defineConfig(({ command }) => {
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src: "masked-icon.png",
|
||||
src: "favicon.png",
|
||||
sizes: "1024x1024",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src: "maskable-icon-512x512.png",
|
||||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
purpose: "maskable",
|
||||
|
||||
Reference in New Issue
Block a user