Next.js Redirect from / to another page
7 months ago Asked
0 Answers
18 Views
I'm new in Next.js and I'm wondering how to redirect from start page ( / ) to /hello-nextjs for example. Once user loads a page and after that determine if path === / redirect to /hello-nextjs
In react-router we do something like: