浏览代码

Update index view, remove shortcut from favicon meta tag. Fixes #3196

Daniel Supernault 3 年之前
父节点
当前提交
6e2cb3cd7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/site/index.blade.php

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

@@ -21,7 +21,7 @@
 	<meta name="theme-color" content="#10c5f8">
 	<meta name="apple-mobile-web-app-capable" content="yes">
 	<link rel="manifest" href="/manifest.json">
-	<link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
+	<link rel="icon" type="image/png" href="/img/favicon.png">
 	<link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
 	<link href="{{ mix('css/landing.css') }}" rel="stylesheet">
 	<style type="text/css">