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