Skip to content

Commit 55378d0

Browse files
committed
Fix maskable
1 parent af4fd7f commit 55378d0

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

Build/vite.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,6 @@ if (isWeb) {
7373
},
7474
},
7575
],
76-
icons: [
77-
{
78-
src: "icon-any.png",
79-
sizes: "1024x1024",
80-
type: "image/png",
81-
purpose: "any",
82-
},
83-
{
84-
src: "icon-maskable.png",
85-
sizes: "1280x1280",
86-
type: "image/png",
87-
purpose: "maskable",
88-
},
89-
],
90-
launch_type: "single-client",
9176
screenshots: [
9277
{
9378
src: "./screenshots/MainUI.png",

0 commit comments

Comments
 (0)