mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Website: Add redirect and broaden URL route (#24235)
This commit is contained in:
parent
700b901561
commit
b22b6c0e66
1 changed files with 3 additions and 2 deletions
5
website/config/routes.js
vendored
5
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue