瀏覽代碼

Add apple-touch-icon to index.blade.php

trwnh 6 年之前
父節點
當前提交
73b9fa3e03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/site/index.blade.php

+ 1 - 1
resources/views/site/index.blade.php

@@ -20,7 +20,7 @@
     <meta name="medium" content="image">
     <meta name="theme-color" content="#10c5f8">
     <meta name="apple-mobile-web-app-capable" content="yes">
-    <link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
+    <link rel="shortcut icon apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
     <link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
 </head>
 <body class="">