mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-03-11 13:41:24 -05:00
Fix #95, twitch updated and changed some routes
This commit is contained in:
parent
02a5aa25db
commit
4cc8198892
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ const router = createRouter({
|
||||||
path: '/directory/game/:game',
|
path: '/directory/game/:game',
|
||||||
component: CategoryView
|
component: CategoryView
|
||||||
},
|
},
|
||||||
|
// Issue #95
|
||||||
|
{
|
||||||
|
path: '/directory/category/:game',
|
||||||
|
component: CategoryView
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/privacy',
|
path: '/privacy',
|
||||||
name: 'about',
|
name: 'about',
|
||||||
|
|
Loading…
Add table
Reference in a new issue