mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
fix: config
This commit is contained in:
parent
c237a0f62c
commit
8ee317439a
@ -125,11 +125,11 @@ module.exports = {
|
||||
redirects: [
|
||||
{
|
||||
to: '/sdks',
|
||||
<<<<<<< HEAD
|
||||
from: ['/user_guide/client-sdk', '/client-sdk', '/user_guide/connect_sdk']
|
||||
=======
|
||||
from: ['/user_guide/client-sdk', '/client-sdk'],
|
||||
>>>>>>> 014f5003 (fix: remove trailing slashes)
|
||||
from: [
|
||||
'/user_guide/client-sdk',
|
||||
'/client-sdk',
|
||||
'/user_guide/connect_sdk',
|
||||
],
|
||||
},
|
||||
{
|
||||
to: '/user_guide/api-token',
|
||||
|
Loading…
Reference in New Issue
Block a user