Skip to content

Commit 03d3939

Browse files
committed
fix: maskable icons
1 parent 92a3b88 commit 03d3939

5 files changed

+2
-2
lines changed

app/manifest.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ export default function manifest(): MetadataRoute.Manifest {
2727
],
2828
icons: [
2929
{
30-
src: "/icons/web-app-manifest-192x192.png",
30+
src: "/icons/maskable_icon_x192.png",
3131
sizes: "192x192",
3232
type: "image/png",
3333
purpose: "maskable",
3434
},
3535
{
36-
src: "/icons/web-app-manifest-512x512.png",
36+
src: "/icons/maskable_icon_x512.png",
3737
sizes: "512x512",
3838
type: "image/png",
3939
purpose: "maskable",

public/icons/maskable_icon_x192.png

3.4 KB
Loading

public/icons/maskable_icon_x512.png

13.2 KB
Loading
-3.69 KB
Binary file not shown.
-14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)