apple-touch-icon für scharfes Homescreen-Icon auf iOS/iPad
This commit is contained in:
parent
f8de69786e
commit
f10742e6c1
|
|
@ -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>
|
||||
|
|
|
|||
BIN
public/icons/apple-touch-icon.png
Normal file
BIN
public/icons/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user