mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Update docusaurus.config.js (#5370)
Add missing redirects for 404s configuring v3 of Unleash
This commit is contained in:
parent
dba1c90db8
commit
aeb86590c6
@ -643,6 +643,13 @@ module.exports = {
|
||||
],
|
||||
to: '/using-unleash/deploy/configuring-unleash',
|
||||
},
|
||||
{
|
||||
from: [
|
||||
'/reference/deploy/configuring-unleash-v3',
|
||||
'/deploy/configuring_unleash_v3',
|
||||
],
|
||||
to: '/using-unleash/deploy/configuring-unleash-v3',
|
||||
},
|
||||
{
|
||||
from : [
|
||||
'/reference/deploy/database-setup',
|
||||
|
Loading…
Reference in New Issue
Block a user