rolwinreevan_gatsby_blog
rolwinreevan_gatsby_blog copied to clipboard
Prefix / before HTTPS
In the SEO section of the head, we are getting / before the site URL.
I have a temporary solution for myself. I do not know anything about react, it's just my 4tha day.
The solution is string replacement.
const fixmetaImageUrl = metaImageUrl.replace('/https://', 'https://');