We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573d416 commit c015b5fCopy full SHA for c015b5f
public/favicon.ico
3.08 KB
public/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7
<meta name="theme-color" content="#000000" />
8
<title>React Theme Switcher - Example</title>
9
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
public/manifest.json
@@ -0,0 +1,9 @@
1
+{
2
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ }
+ ]
+}
0 commit comments