From 4cc819889244fc1111a16ea59f63b36529ce3f31 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Sun, 4 Feb 2024 17:00:08 -0500 Subject: [PATCH] Fix #95, twitch updated and changed some routes --- src/router/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/router/index.ts b/src/router/index.ts index 5218f2e..886e75e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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',