forked from DebaucheryLibrarian/traxxx
Storing directors.
This commit is contained in:
@@ -67,6 +67,23 @@ const routes = [
|
||||
component: Actor,
|
||||
name: 'actorRange',
|
||||
},
|
||||
{
|
||||
path: '/director/:actorId/:actorSlug',
|
||||
name: 'director',
|
||||
redirect: from => ({
|
||||
name: 'directorRange',
|
||||
params: {
|
||||
...from.params,
|
||||
range: 'latest',
|
||||
pageNumber: 1,
|
||||
},
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: '/director/:actorId/:actorSlug',
|
||||
component: Actor,
|
||||
name: 'directorRange',
|
||||
},
|
||||
{
|
||||
path: '/channel/:entitySlug',
|
||||
redirect: from => ({
|
||||
|
||||
Reference in New Issue
Block a user