ImageResponse with astro.js
Answered
Singapura posted this in #help-forum
SingapuraOP
Hi, I want to know if I can integrate NextJS ImageResponse with Astro, I really like the feature, but I am using astro, how can I do it, if not ImageResponse then any alternative options?
5 Replies
Answer
@joulev https://vercel.com/docs/functions/edge-functions/og-image-generation
SingapuraOP
with astro?
if you dont want to use vercel proprietary tech then you can use [satori](https://github.com/vercel/satori), which both vercel/og and nextjs' ImageResponse rely on, directly
@Singapura with astro?
as long as you host on vercel, that will work for any framework
@joulev as long as you host on vercel, that will work for any framework
SingapuraOP
yea, I will use vercel