1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-03 23:57:39 +01:00

layout fix

This commit is contained in:
Matthias Kretschmann 2019-04-14 17:08:56 +02:00
parent ae04b578a9
commit 9a03b7c4e7
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -25,7 +25,7 @@ const query = graphql`
}
`
const LayoutMarkup = ({ children, isHomepage, allowedHosts }) => (
const LayoutMarkup = ({ children, isHomepage, allowedHosts, location }) => (
<>
<Typekit />
<HostnameCheck allowedHosts={allowedHosts} />