Skip to content

Commit

Permalink
remote redundant redirect rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Dec 10, 2023
1 parent eff2687 commit cd40fd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ const config = {
// },
],
createRedirects: existingPath => {
if (existingPath.startsWith('/ci-integration/')) {
return existingPath.replace('/ci-integration/', '/ci/')
}

if (existingPath.startsWith('/deploy-runtimes/')) {
return existingPath.replace('/deploy-runtimes/', '/drivers/')
}
Expand Down

0 comments on commit cd40fd2

Please sign in to comment.