Add favicon

pull/1331/head
Kamran Ahmed 5 years ago
parent f10cfc2044
commit 0aeb86503e
  1. 2
      layouts/default/head.js
  2. BIN
      static/favicon.ico

@ -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>
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save