Fix broken favicon
This commit is contained in:
@@ -13,9 +13,8 @@ import favicon32 from '../images/favicon32.png'
|
|||||||
|
|
||||||
const Layout = ({ children, data }) => (
|
const Layout = ({ children, data }) => (
|
||||||
<div className="font-sans mx-auto">
|
<div className="font-sans mx-auto">
|
||||||
<Helmet
|
<Helmet>
|
||||||
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` }]}
|
<link rel="shortcut icon" type="image/png" href={`${favicon32}`} />
|
||||||
>
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
|
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
|
||||||
|
|||||||
Reference in New Issue
Block a user