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="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#1a2c5c" />
|
<meta name="theme-color" content="#1a2c5c" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
|
<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>
|
<title>Zahlzerlegung</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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(),
|
svelte(),
|
||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
includeAssets: ['icons/favicon.svg'],
|
includeAssets: ['icons/favicon.svg', 'icons/apple-touch-icon.png'],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'Zahlzerlegung',
|
name: 'Zahlzerlegung',
|
||||||
short_name: 'Zahlen',
|
short_name: 'Zahlen',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user