daily icon indicating copy to clipboard operation
daily copied to clipboard

🐛 BUG: posting a link uses the daily dot dev placeholder, not pulling image from link

Open AmandaApollo opened this issue 4 months ago • 2 comments

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

Image

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 avatar Sep 16 '25 20:09 AmandaApollo

@AmandaApollo thanks for reporting this, we will check and get back.

sabdailydev avatar Sep 17 '25 09:09 sabdailydev

@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?

sabdailydev avatar Sep 17 '25 09:09 sabdailydev