twitch.tv -> SafeTwitch Compability

This commit is contained in:
dragongoose 2023-07-24 15:37:33 -04:00
parent 962ecf154c
commit ef3a5fb514

View File

@ -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
},
{