浏览代码

frontend: add `apple-touch-icon`

With `apple-touch-icon`, mobile devices of particular OS can properly show icon when bookmarking the web page as a home screen application.
Eman Lear 7 月之前
父节点
当前提交
49fe04a627
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app.html

+ 1 - 0
src/app.html

@@ -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"