You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the image in the template is set to <meta property="og:image" content="/assets/images/govuk-opengraph-image.png">
and it doesnt resolve to the hostname.
As it's outside the head block so you have to define it in the head block again, but then you get two instances.
The text was updated successfully, but these errors were encountered:
At the moment the image in the template is set to
<meta property="og:image" content="/assets/images/govuk-opengraph-image.png">
and it doesnt resolve to the hostname.
As it's outside the
head
block so you have to define it in the head block again, but then you get two instances.The text was updated successfully, but these errors were encountered: