Skip to content

Commit

Permalink
feat: Configure redirections for removed cli pages
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Jul 26, 2023
1 parent e38ae71 commit 12cf8ae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,26 @@
"from": "^/todo-list-guide.html$",
"to": "/guides/todo-list-app.html",
"type": "permanent"
},
{
"from": "^/references/cli/commands/dev/terminal.html$",
"to": "/references/cli/commands/terminal/",
"type": "permanent"
},
{
"from": "^/references/cli/commands/dev/((index|interactive).html)?$",
"to": "/references/cli/commands/dev.html",
"type": "permanent"
},
{
"from": "^/references/cli/commands/dev/((expose|exit).html)$",
"to": "/references/cli/commands/terminal/$1",
"type": "permanent"
},
{
"from": "^/references/cli/commands/dev/reload.html$",
"to": "/references/cli/commands/reload.html",
"type": "permanent"
}
]
}
Expand Down

0 comments on commit 12cf8ae

Please sign in to comment.