Website: Add redirect and broaden URL route (#24235)

This commit is contained in:
Mike McNeil 2024-11-27 21:17:44 -06:00 committed by GitHub
parent 700b901561
commit b22b6c0e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,10 +293,10 @@ module.exports.routes = {
}
},
'GET /customer-stories': {
'GET /testimonials': {
action: 'view-testimonials',
locals: {
pageTitleForMeta: 'Customer stories',
pageTitleForMeta: 'What people are saying',
pageDescriptionForMeta: 'See what people are saying about Fleet.'
}
},
@ -331,6 +331,7 @@ module.exports.routes = {
// ```
// 'GET /docs/using-fleet/learn-how-to-use-fleet': '/docs/using-fleet/fleet-for-beginners',
// ```
'GET /customer-stories': '/testimonials',
'GET /try': '/get-started',
'GET /docs/deploying/fleet-public-load-testing': '/docs/deploying/load-testing',
'GET /handbook/customer-experience': '/handbook/customers',