mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs(fix): add missing commas
This commit is contained in:
parent
adec5aa25c
commit
29ed242df6
@ -147,8 +147,8 @@ module.exports = {
|
||||
from: '/toggle_variants',
|
||||
},
|
||||
{
|
||||
to: '/integrations'
|
||||
from: '/integrations/integrations'
|
||||
to: '/integrations',
|
||||
from: '/integrations/integrations',
|
||||
},
|
||||
],
|
||||
createRedirects: function(toPath) {
|
||||
|
Loading…
Reference in New Issue
Block a user