We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c3d4b commit 527d73bCopy full SHA for 527d73b
packages/react-scripts/template/public/index.html
@@ -2,14 +2,14 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
+ <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
6
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
<meta name="theme-color" content="#000000">
8
<!--
9
manifest.json provides metadata used when your web app is added to the
10
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
11
-->
12
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
13
14
Notice the use of %PUBLIC_URL% in the tags above.
15
It will be replaced with the URL of the `public` folder during the build.
0 commit comments