twitch.tv -> SafeTwitch Compability
This commit is contained in:
@ -14,12 +14,16 @@ const router = createRouter({
|
||||
path: '/',
|
||||
component: HomepageView
|
||||
},
|
||||
{
|
||||
path: '/directory',
|
||||
component: HomepageView
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
component: SearchPageView
|
||||
},
|
||||
{
|
||||
path: '/game/:game',
|
||||
path: '/directory/game/:game',
|
||||
component: CategoryView
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user