Use an actual logo

This commit is contained in:
daylily
2026-01-14 20:06:16 -04:00
parent be110ff027
commit f295d878a0
5 changed files with 65 additions and 5 deletions
+6
View File
@@ -29,6 +29,12 @@ const manifest: Partial<ManifestOptions> = {
sizes: '512x512',
type: 'image/png',
},
{
src: 'maskable-icon-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable',
},
],
}