OpenMined / openmined-website

The OpenMined website...

Home Page:https://openmined-website.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert all server-side blog redirects to client-side redirects

cereallarceny opened this issue · comments

The name says it all. Currently, we're redirecting all former links to the blog via Express. We should be doing this in React Router because we can... and it would mean we wouldn't have a need for SSR... which means we can more cheaply deploy.

I don't think it's necessary to worry about this. Old links will suffer... but there's not enough of them directed towards specific blog posts to really suffice entertaining this ticket @kevinahuber .