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:
parent
f10cfc2044
commit
0aeb86503e
@ -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
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user