Fix broken favicon
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user