diff options
| -rw-r--r-- | src/app.html | 5 | ||||
| -rw-r--r-- | static/apple-touch-icon-precomposed.png | bin | 0 -> 41478 bytes | |||
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 1150 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html index 43217463..df41c7de 100644 --- a/src/app.html +++ b/src/app.html @@ -42,6 +42,11 @@ sizes="192x192" /> <link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" sizes="180x180" /> + <link + rel="apple-touch-icon-precomposed" + href="%sveltekit.assets%/apple-touch-icon-precomposed.png" + sizes="180x180" + /> <link rel="manifest" href="%sveltekit.assets%/manifest.json" /> %sveltekit.head% diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png Binary files differnew file mode 100644 index 00000000..5dd39fc7 --- /dev/null +++ b/static/apple-touch-icon-precomposed.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 00000000..7da1d678 --- /dev/null +++ b/static/favicon.ico |