diff --git a/src/components/seo.js b/src/components/seo.js index bb9c285..f76cd97 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -88,8 +88,8 @@ function SEO({ description, meta, title, speakable, image, children }) { { image && [ - , - , + , + , ] } @@ -101,7 +101,7 @@ function SEO({ description, meta, title, speakable, image, children }) { "name": title, "url": siteMeta.siteUrl+location.pathname, "speakable": speakable, - "image": meta.siteUrl + image, + "image": siteMeta.siteUrl + image, "about": { "@type": "Person", "name": siteMeta.givenName + " " + siteMeta.familyName,