Dynamic Twitter Cards
https://nextjs.org/blog/next-13-3#dynamic-open-graph-image-generation 13.3.0 is making this easier
https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images
I'd be happy to work on this. Made something similar for my own website earlier.
Nice! I think the issue we ran up against before is that we're using nextjs static builds and not the nextjs server. Happy to help if you run into anything
Finally have time to work on this, what was the intended functionality here?
With a static build it's not possible to dynamically generate images, but we could point the twitter:card at some other URL which generates the image on demand. Another way is to just generate the images at build time but if there's any data in them it will get out of date quickly.
@ariscript I think it was just to have more informative images when linking to the site. We're open to any proposals! :)