-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
What problem does this feature solve?
Much like redirect, but a programmable alias route. Such as when I'm visiting '/me', actually I'm visiting '/user/:username'.
What does the proposed API look like?
{
path: '/alias',
aliasTo: to => 'path/I/would/like/to/be/aliased/to'
}
DrJonki, kowd, SamUndefined, mattbryanswan, fzyzcjy and 13 more