릴리스: v1.4.7 컬렉션 레이아웃 정리와 topics 경로 1차

This commit is contained in:
2026-04-02 18:47:37 +09:00
parent 20955e277c
commit de640de4a1
7 changed files with 38 additions and 78 deletions

View File

@@ -16,7 +16,7 @@ export function createRouter() {
history: createWebHistory(),
routes: [
{ path: '/', name: 'home', component: HomeView },
{ path: '/games/:gameId', name: 'gameHub', component: GameHubView },
{ path: '/topics/:gameId', alias: ['/games/:gameId'], name: 'gameHub', component: GameHubView },
{ path: '/editor/:gameId/new', name: 'newEditor', component: TierEditorView },
{ path: '/editor/:gameId/:tierListId', name: 'editEditor', component: TierEditorView },
{ path: '/login', name: 'login', component: LoginView },