Closed snibbo71 closed 3 years ago
@snibbo71 this fixed the issue for me https://github.com/ashhitch/gatsby-plugin-wpgraphql-seo/issues/9#issuecomment-886873934
Hi sorry about the delay, had to take a little break from this project but back now :-) yes you would just need to add a Gatsby image query
I have my WordPress install on a different subdomain, one which I'd prefer remained hidden (just because I don't want double indexed locations on Google).
The OpenGraph image URLs all give the hidden host as the scheme and hostname - whereas they should give the hostname where my site will be hosted. I suspect this would need to be a configuration item somewhere since the plugin wouldn't know.
site { siteMetadata { siteUrl } }
or something similar might work?