Skip to content

Commit

Permalink
Open beatmaps page by default on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ibillingsley committed May 27, 2024
1 parent 6147874 commit e69db03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const router = new VueRouter({
routes: [
{
path: "/",
redirect: { name: route.BEATMAPS },
},
{
path: "/home",
name: route.HOME,
component: Home,
},
Expand Down

0 comments on commit e69db03

Please sign in to comment.