apple-touch-icon für scharfes Homescreen-Icon auf iOS/iPad

This commit is contained in:
schmop 2026-05-31 22:59:50 +02:00
parent f8de69786e
commit f10742e6c1
3 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
<meta name="theme-color" content="#1a2c5c" />
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<title>Zahlzerlegung</title>
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -7,7 +7,7 @@ export default defineConfig({
svelte(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['icons/favicon.svg'],
includeAssets: ['icons/favicon.svg', 'icons/apple-touch-icon.png'],
manifest: {
name: 'Zahlzerlegung',
short_name: 'Zahlen',