fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

Is it possible to change the route before rendering ? #101

Closed ligoz94 closed 6 years ago

fridays commented 6 years ago

Yes, you can redirect server-side, or push/replace client-side at any time.

Feel free to reopen if you need any help

rexjrs commented 6 years ago

How to redirect serverside.

mrmartineau commented 6 years ago

@ligoz94 & @rexjrs have a look at this tutorial https://www.raygesualdo.com/posts/301-redirects-with-nextjs/