mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix concat of test image url
This commit is contained in:
parent
e04ad1568b
commit
a409935da3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export function PageMetaData(props: PageMetaDataProps): JSX.Element {
|
|||
<meta property="og:image" content={props.ogImage} key="og-image" />
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content={`https://omnivore-demo-7hm1ymole-omnivore.vercel.app/${props.ogImage}`}
|
||||
content={`https://omnivore-demo-7hm1ymole-omnivore.vercel.app${props.ogImage}`}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue