🐛 BUG: posting a link uses the daily dot dev placeholder, not pulling image from link
What went wrong? 🤔
When I post an article from our Apollo blog, it does not use our images but rather the daily dot dev placeholder. This might not be a bug, but if I need to fix it on our end it's unclear what we need to be sending for the image to be picked up.
The articles that DDD doesn't pull images from all come from here. https://www.apollographql.com/blog
Expected Behavior
I expect our fallback or set images to be used from the blog
Steps to Reproduce Issue
1. Go to post a link
2. Insert any articl from here https://www.apollographql.com/blog
4. See that it uses the DDD placeholder
Solution Proposed
if this is not a bug, please help me understand what the code is looking for to populate this value
Screenshots
No response
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
Code of Conduct
- [x] I follow the conditions of this project.
@AmandaApollo thanks for reporting this, we will check and get back.
@AmandaApollo Checked with the team and here's the feedback:
"The href attribute needs to be a complete, absolute URL that points to the canonical version of the page. The placeholder [post] makes the URL invalid. To fix the example , they'd need to replace [post] with the actual, specific path to the blog post. For instance, if the post's slug is blog-post-title, the correct canonical tag would be:
"Could you check this?