From 75fa1bb87cf216dc4525d1a427924de464b03e80 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Tue, 14 Apr 2020 10:33:39 +0800 Subject: [PATCH] 修稿favicon、修改bug --- public/index.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 12508a4..63ad446 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,8 @@ name="description" content="Web site created using create-react-app" /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" /> + <!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" /> --> + <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="./favicon.png" /> <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ @@ -24,7 +25,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>恒巨科技</title> + <title>恒巨信息</title> </head> <body> <!-- <noscript>You need to enable JavaScript to run this app.</noscript> --> -- Gitblit v1.8.0