소스 검색

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

trwnh 6 년 전
부모
커밋
c2e99434ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/layouts/bundle.blade.php

+ 1 - 1
resources/views/layouts/bundle.blade.php

@@ -21,7 +21,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 rel="canonical" href="{{request()->url()}}">
     <link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
     @stack('styles')