TF-102 fixed favicon in project
This commit is contained in:
BIN
public/icons/favicon.png
Normal file
BIN
public/icons/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -11,7 +11,7 @@ export default function MyDocument(props) {
|
|||||||
<Head>
|
<Head>
|
||||||
<meta name="theme-color" content={theme.palette.primary.main}/>
|
<meta name="theme-color" content={theme.palette.primary.main}/>
|
||||||
<meta name="emotion-insertion-point" content=""/>
|
<meta name="emotion-insertion-point" content=""/>
|
||||||
<link rel="shortcut icon" href="/icons/favicon.ico"/>
|
<link rel="shortcut icon" href="/icons/favicon.png"/>
|
||||||
<link rel="manifest" href="/manifest.json"/>
|
<link rel="manifest" href="/manifest.json"/>
|
||||||
{emotionStyleTags}
|
{emotionStyleTags}
|
||||||
</Head>
|
</Head>
|
||||||
|
|||||||
Reference in New Issue
Block a user