Skip to content

Commit

Permalink
リダイレクトが必要なrouteを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Jan 19, 2024
1 parent a5f5219 commit aad90c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/global/router/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ const routes: RouteDef[] = [{
component: page(() => import('@/pages/registry.vue')),
}, {
path: '/install-extentions',
// Note: This path is kept for compatibility. It may be deleted.
component: page(() => import('@/pages/install-extensions.vue')),
redirect: '/install-extensions',
loginRequired: true,
}, {
path: '/install-extensions',
Expand Down

0 comments on commit aad90c2

Please sign in to comment.