added permanent: true to fix dev portal build error (#4338)

pull/4350/head
Heat Hamilton 2 years ago committed by GitHub
parent 207d814135
commit ac65ee87d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -157,9 +157,11 @@ module.exports = [
{
source: '/boundary/docs/configuration/worker/kms-worker',
destination: '/boundary/docs/configuration/worker/worker-configuration',
permanent: true,
},
{
source: '/boundary/docs/configuration/worker/pki-worker',
destination: '/boundary/docs/configuration/worker/worker-configuration'
destination: '/boundary/docs/configuration/worker/worker-configuration',
permanent: true,
},
]

Loading…
Cancel
Save