0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix #95, twitch updated and changed some routes

This commit is contained in:
dragongoose 2024-02-04 17:00:08 -05:00
parent 02a5aa25db
commit 4cc8198892
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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',