mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-03 23:57:39 +01:00
layout fix
This commit is contained in:
parent
ae04b578a9
commit
9a03b7c4e7
@ -25,7 +25,7 @@ const query = graphql`
|
||||
}
|
||||
`
|
||||
|
||||
const LayoutMarkup = ({ children, isHomepage, allowedHosts }) => (
|
||||
const LayoutMarkup = ({ children, isHomepage, allowedHosts, location }) => (
|
||||
<>
|
||||
<Typekit />
|
||||
<HostnameCheck allowedHosts={allowedHosts} />
|
||||
|
Loading…
Reference in New Issue
Block a user