rolwin100/rolwinreevan_gatsby_blog

Prefix / before HTTPS

Opened this issue · 1 comments

In the SEO section of the head, we are getting / before the site URL.
image

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://');