Fix broken favicon

This commit is contained in:
=
2019-04-09 12:39:13 -07:00
parent 9c05b196a1
commit 84a2870091

View File

@@ -13,9 +13,8 @@ import favicon32 from '../images/favicon32.png'
const Layout = ({ children, data }) => (
<div className="font-sans mx-auto">
<Helmet
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` }]}
>
<Helmet>
<link rel="shortcut icon" type="image/png" href={`${favicon32}`} />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"