mirror of https://github.com/status-im/consul.git
Merge pull request #12799 from hashicorp/redirect-fix
docs: fixed redirect issue
This commit is contained in:
commit
78c346cbb3
|
@ -1262,6 +1262,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
source: '/api/:path*',
|
source: '/api/:path*',
|
||||||
destination: '/api-docs/:path*',
|
destination: '/api-docs/:path*',
|
||||||
|
permanent: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/agent/options',
|
source: '/docs/agent/options',
|
||||||
|
|
Loading…
Reference in New Issue