Fix #95, twitch updated and changed some routes
This commit is contained in:
@ -29,6 +29,11 @@ const router = createRouter({
|
||||
path: '/directory/game/:game',
|
||||
component: CategoryView
|
||||
},
|
||||
// Issue #95
|
||||
{
|
||||
path: '/directory/category/:game',
|
||||
component: CategoryView
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
name: 'about',
|
||||
|
Reference in New Issue
Block a user