Skip to content

Commit

Permalink
Redirect /unleash-academy/ to /unleash-academy/introduction (#5234)
Browse files Browse the repository at this point in the history
Fix redirect
  • Loading branch information
dgorton authored Oct 31, 2023
1 parent b2b19e4 commit cb2ffdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,10 @@ module.exports = {
to: '/feature-flag-tutorials/nextjs/implementing-feature-flags',
},
{
from: '/tutorials/academy',
from: [
'/tutorials/academy',
'/unleash-academy',
],
to: '/unleash-academy/introduction',
},
{
Expand Down

0 comments on commit cb2ffdd

Please sign in to comment.