1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Redirect /unleash-academy/ to /unleash-academy/introduction (#5234)

Fix redirect
This commit is contained in:
Drew Gorton 2023-10-31 10:17:50 -05:00 committed by GitHub
parent b2b19e4970
commit cb2ffdd796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,7 +540,10 @@ module.exports = {
to: '/feature-flag-tutorials/nextjs/implementing-feature-flags', to: '/feature-flag-tutorials/nextjs/implementing-feature-flags',
}, },
{ {
from: '/tutorials/academy', from: [
'/tutorials/academy',
'/unleash-academy',
],
to: '/unleash-academy/introduction', to: '/unleash-academy/introduction',
}, },
{ {