We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4fd7f commit 55378d0Copy full SHA for 55378d0
1 file changed
Build/vite.config.ts
@@ -73,21 +73,6 @@ if (isWeb) {
73
},
74
75
],
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
87
- purpose: "maskable",
88
89
- ],
90
- launch_type: "single-client",
91
screenshots: [
92
{
93
src: "./screenshots/MainUI.png",
0 commit comments