Merge pull request #5813 from res0Nanz/patch-1

feat: add `apple-touch-icon`
This commit is contained in:
Timothy Jaeryang Baek 2024-09-30 12:17:06 +02:00 committed by GitHub
commit d255251e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.png" />
<link rel="manifest" href="%sveltekit.assets%/manifest.json" crossorigin="use-credentials" />
<meta
name="viewport"