vercel / og-image

Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
https://og-image.vercel.app
MIT License
4.05k stars 1.27k forks source link

OG image is not working on twitter #231

Closed hardikmodi1 closed 2 years ago

hardikmodi1 commented 2 years ago

I have integrated this library on the blog page for my personal website here https://hardikmodi.in/. The og image is working fine on slack and generating following image for blog

Screenshot 2022-10-15 at 8 24 35 PM

But on twitter this is not able to generate the correct image

Screenshot 2022-10-15 at 8 25 27 PM

Have checked in the network tab and it is showing that this url type is deprecated. I am generating this type of url to generate og image using api route - https://hardikmodi.in/api/og/?banner=blog/go-mouse-less-with-vim.jpg&title=Go%20Mouse%20Less%20With%20VIM.

Am I doing something wrong? Thanks for help 🙂

hardikmodi1 commented 2 years ago

This is resolved. Started working now. 🥳 . Awesome library