Opened this issue 4 years ago · 1 comments
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://');
const fixmetaImageUrl = metaImageUrl.replace('/https://', 'https://');