Skip to content

Commit

Permalink
fix ihr redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgiakatos committed Jan 8, 2025
1 parent 4e72406 commit 8e50604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ihr-website",
"version": "1.4.4",
"version": "1.4.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const router = createRouter({
}
return `/${to.params.pathMatch.join('/')}`
}
return '/'
}
},
{
Expand Down

0 comments on commit 8e50604

Please sign in to comment.