It looks like in this line the image is not getting passed on as a variable.
This results in the og:image to never get populated.
However, post title and post description are successfully getting populated.
I am new to astro so it may be something I am doing wrong. But I have tried to simply use the master from this repo and I do not see any og:image tags in the rendered html. Would love some help on making this work!
It looks like in this line the image is not getting passed on as a variable.
This results in the
og:image
to never get populated.However,
post title
andpost description
are successfully getting populated.I am new to astro so it may be something I am doing wrong. But I have tried to simply use the master from this repo and I do not see any
og:image
tags in the rendered html. Would love some help on making this work!