diff options
| author | Fuwn <[email protected]> | 2023-09-14 21:14:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 21:14:21 -0700 |
| commit | 8c13ccc5391151c815be2650dcd3715c965cbd86 (patch) | |
| tree | 33e0823c7a625f94f9505bc7bbcb7b06a6519362 /src/app.html | |
| parent | feat(pwa): add colours (diff) | |
| download | due.moe-8c13ccc5391151c815be2650dcd3715c965cbd86.tar.xz due.moe-8c13ccc5391151c815be2650dcd3715c965cbd86.zip | |
feat(html): add precomposed icon
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 5 |
1 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% |