1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Add favicon

This commit is contained in:
Kamran Ahmed 2019-11-01 03:15:27 +04:00
parent f10cfc2044
commit 0aeb86503e
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ const Head = (props) => (
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta property='og:url' content={ props.url || defaultOgUrl } />
<meta property='og:title' content={ props.title || '' } />
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/static/favicon.ico" type="image/x-icon" />
</NextHead>
);

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB