Skip to content

Commit

Permalink
fix: i#4119 redirct project without overview
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Nov 23, 2023
1 parent ae433c8 commit 20fed26
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const routes: Routes = [
overview: true,
},
},
{
path: ':slug',
redirectTo: ':slug/overview',
},
{
path: ':slug/overview',
loadChildren: () =>
Expand Down

0 comments on commit 20fed26

Please sign in to comment.