feat(route/youtube): add radar
This commit is contained in:
parent
44aba27033
commit
71fc4f44c2
|
|
@ -34,7 +34,7 @@ export const route: Route = {
|
|||
},
|
||||
radar: [
|
||||
{
|
||||
source: ['www.youtube.com/user/:username', 'www.youtube.com/:username'],
|
||||
source: ['www.youtube.com/user/:username', 'www.youtube.com/:username', 'www.youtube.com/:username/videos'],
|
||||
target: '/user/:username',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue