OG Image Search component.
@dakshi looks cool! Did you manage to get it to fetch in the browser? Or do you still need a server to proxy the request? 🤔
@amxmln haha, thanks! just making use of NextJS API routes to fetch the page and return the OG image url back to frontend. :))
@dakshi thanks! 😊 I’ve been trying to find a client-only solution for creating link previews, but sadly it seems impossible. 😅 You always need some sort of server, be it Next or something else unfortunately. 🤔