1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: config

This commit is contained in:
Fredrik Oseberg 2021-08-16 14:58:15 +02:00
parent c237a0f62c
commit 8ee317439a

View File

@ -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',