Skip to content

Commit

Permalink
reroute to main on 404
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Dec 31, 2024
1 parent 614edf6 commit 5569ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default createRouter({
},
{
path: '/:pathMatch(.*)*',
component: notfound
redirect: '/'
}
]
})

0 comments on commit 5569ded

Please sign in to comment.