mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Redirect /unleash-academy/ to /unleash-academy/introduction (#5234)
Fix redirect
This commit is contained in:
parent
b2b19e4970
commit
cb2ffdd796
@ -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',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user