From cb0a06de99bd629c2021e3d9b32fe8eae8c54879 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 24 Jun 2020 17:36:39 +0800 Subject: [PATCH] 文本回填 --- 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