From 90d8e7cb878370bdfec2efe110aa0dabde5f27ec Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Wed, 22 Nov 2017 16:01:17 +1000 Subject: [PATCH] Fix site card image absolute url --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 6262b58..9924e47 100644 --- a/src/App.js +++ b/src/App.js @@ -50,7 +50,7 @@ class App extends Component { title={siteTitle} url={siteUrl} description={siteDescription} - absoluteImageUrl={siteCardImage} + absoluteImageUrl={siteUrl + siteCardImage} twitterCreatorAccount={twitterCreatorAccount} twitterSiteAccount={twitterSiteAccount} />