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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: