Router Level Redirects
Hey I'm migrating from Next.js and was wondering if it is possible to perform redirects at the router level, in the same way that rewrites can be set up at the createRouter level.
https://nextjs.org/docs/app/api-reference/config/next-config-js/redirects
Is this something that could be set up on the createRouter?
https://nextjs.org/docs/app/api-reference/config/next-config-js/redirects
Is this something that could be set up on the createRouter?