Skip to content

Commit

Permalink
filip(chore): add redirect for comp-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Apr 12, 2024
1 parent ca19ebb commit ca23136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const config: Config = {
to: '/cardano-testnets/tools/faucet',
from: '/cardano-testnet/tools/faucet',
},
{
to: '/release-notes/comp-matrix',
from: '/tools/comp-matrix',
},
],
createRedirects(existingPath) {
if (existingPath.includes('/cardano-testnet')) {
Expand Down

1 comment on commit ca23136

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-bjdrh3l2s-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit ca23136.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.