Website: add homepage meta title and description to routes. (#14066)
Closes: #13731 Changes: - Added the meta title and description for the Fleet homepage to `website/config/routes.js`.
This commit is contained in:
Vendored
+5
-1
@@ -15,7 +15,11 @@ module.exports.routes = {
|
||||
// ╚╩╝╚═╝╚═╝╩ ╩ ╩╚═╝╚═╝╚═╝
|
||||
'GET /': {
|
||||
action: 'view-homepage-or-redirect',
|
||||
locals: { isHomepage: true }
|
||||
locals: {
|
||||
isHomepage: true,
|
||||
pageTitleForMeta: 'Fleet | Open-source device management',
|
||||
pageDescriptionForMeta: 'Open-source device management and security for teams with thousands of laptops and servers. (macOS, Windows, Linux, ChromeOS)'
|
||||
}
|
||||
},
|
||||
|
||||
'GET /company/contact': {
|
||||
|
||||
Reference in New Issue
Block a user