I'm porting my website from an Angular client side site to React with server side rendering. I'm using the React starter kit with the universal-router.
My customers have old links that use the hashbang form. How can I support these old links in my new app?
e.g I want to redirect all mydomain.com/#/path/to/page to
mydomain.com/path/to/page