diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx
index 17ceda6..999de04 100644
--- a/src/components/Layout.jsx
+++ b/src/components/Layout.jsx
@@ -25,7 +25,7 @@ const query = graphql`
}
`
-const LayoutMarkup = ({ children, isHomepage, allowedHosts }) => (
+const LayoutMarkup = ({ children, isHomepage, allowedHosts, location }) => (
<>