Skip to content

Commit

Permalink
docs: add redirect from old integrations url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 11, 2022
1 parent c3c7e1b commit adec5aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Expand Up @@ -146,6 +146,10 @@ module.exports = {
to: '/advanced/toggle_variants',
from: '/toggle_variants',
},
{
to: '/integrations'
from: '/integrations/integrations'
},
],
createRedirects: function(toPath) {
if (
Expand Down

0 comments on commit adec5aa

Please sign in to comment.