mirror of https://github.com/hashicorp/consul
website: add /form redirect (#10227)
parent
062590180f
commit
04732063d6
|
@ -5,6 +5,11 @@
|
|||
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
|
||||
|
||||
module.exports = [
|
||||
{
|
||||
source: '/trial',
|
||||
destination: 'https://www.hashicorp.com/products/consul/trial',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/discovery',
|
||||
destination: '/use-cases/service-discovery-and-health-checking',
|
||||
|
|
Loading…
Reference in New Issue