website: Fix circular redirect with TLS on existing cluster
Fix an issue where /docs/k8s/operations/tls-on-existing-cluster would never load when navigating directly to the URL because of a circular redirect.
This commit is contained in:
parent
aa97ed5ac6
commit
85c36bd229
|
@ -178,11 +178,6 @@ module.exports = [
|
|||
destination: '/docs/k8s/uninstall',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/k8s/operations/tls-on-existing-cluster',
|
||||
destination: '/docs/k8s/tls-on-existing-cluster',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/agent/services',
|
||||
destination: '/docs/discovery/services',
|
||||
|
|
Loading…
Reference in New Issue