Redirecting routes
You can set up redirects in your route configuration to automatically navigate users from one route to another.
Basic Redirect
This will redirect the root URL to the 'home' route.
Redirect in Route Config
You can also use the redirect
property in more complex route configurations:
Last updated
Was this helpful?