tailbliss
tailbliss copied to clipboard
og:image doesn't work for featured_images in an asset pipeline
If I place an image in /assets/images/, it displays correctly as a featured_image of my post, but when it's time to generate a opengraph meta data, it uses a url for that image that doesn't exist.
The line in question seems to be: https://github.com/nusserstudios/tailbliss/blob/main/layouts/partials/meta.html#L14
Which either doesn't notify the asset pipeline that a new image needs to be generated, or that the source image needs to be included in the build. Not sure how that's supposed to work.