fix: add PNG icons for PWA compatibility (Android/iOS)

This commit is contained in:
2026-02-12 19:47:00 +01:00
parent 51bbe0cb52
commit 8e3ae3e7d6
8 changed files with 629 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/nonograms.svg" />
<link rel="apple-touch-icon" href="/nonograms.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/nonograms.svg" color="#00f2fe" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nonograms Pro - Vue 3 SOLID</title>