Fix site card image absolute url
This commit is contained in:
parent
96bf6ed460
commit
90d8e7cb87
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class App extends Component {
|
|||
title={siteTitle}
|
||||
url={siteUrl}
|
||||
description={siteDescription}
|
||||
absoluteImageUrl={siteCardImage}
|
||||
absoluteImageUrl={siteUrl + siteCardImage}
|
||||
twitterCreatorAccount={twitterCreatorAccount}
|
||||
twitterSiteAccount={twitterSiteAccount}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue