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