BanklessDAO / bankless-dao-website

[ARCHIVED] The repository for the frontend of https://www.bankless.community/
MIT License
38 stars 16 forks source link

Enable SSR in order for meta tags to work #66

Open didierkrux opened 3 years ago

didierkrux commented 3 years ago

Is your feature request related to a problem? Please describe. Right now meta tags won't appear when sharing a https://bankless.community link.

Describe the solution you'd like Enable SSR (server side rendering).

Additional context I tried activating SSR + implementing image meta tags while working on the season 1 recap page: https://github.com/BanklessDAO/bankless-dao-website/pull/65/files When working locally I still had this error message that would disappear after refreshing the page: Screen Shot 2021-09-17 at 15 43 48

Deployment issue: connecting the wallet didn’t work on Netlify's previews link but worked fine when using Vercel