Skip to content
Discussion options

You must be logged in to vote

Have you tried adding a full image URL? Your current setup is this:

<meta data-react-helmet="true" name="twitter:image" content="/static/metaImage-4069a80acd3edab533f06363029ced40.png"/>

It likely needs to be this:

<meta data-react-helmet="true" name="twitter:image" content="https://braya.netlify.app/static/metaImage-4069a80acd3edab533f06363029ced40.png"/>

I am not 100% sure about it but the validator returns twitter:image: Invalid URL for your current format which suggests it might be the case.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@bsraya
Comment options

Answer selected by bsraya
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #29461 on February 11, 2021 22:55.