You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see below the API reference of this module.
Redirect(config)
Initializes the redirects.
Parameters
Objectconfig: The configuration object:
An key-value map: the key representing the old url
and the value the new url (e.g. { "/old-foo": "/new-foo" }).