I have an app where people might want to share links to their stuff on Facebook or Twitter. So I’m wondering if I absolutely need to use SSR to have FB/Twitter generate image previews of links? If so, is it possible to just use SSR for a single route, so I wouldn’t have to convert my whole app?
Thanks in advance.