Skip to content

Commit

Permalink
ci: update redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 3, 2023
1 parent aade4cf commit 499a282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"pattern": "^/junior/about\\.html",
"name": "about-redirect",
"redirect": "/about"
"redirect": "/junior/about"
},
{
"pattern": "^/junior/about(/.+)*/?",
Expand All @@ -17,7 +17,7 @@
{
"pattern": "^/junior/learn\\.html",
"name": "learn-redirect",
"redirect": "/learn"
"redirect": "/junior/learn"
},
{
"pattern": "^/junior/learn(/.+)*/?",
Expand Down

0 comments on commit 499a282

Please sign in to comment.