mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: add /imagine/launch-party redirect (#11206)
This commit is contained in:
parent
3b5dbeccf0
commit
aa978276c1
1 changed files with 1 additions and 11 deletions
12
website/config/routes.js
vendored
12
website/config/routes.js
vendored
|
|
@ -290,17 +290,6 @@ module.exports.routes = {
|
|||
// ╩╩ ╩╩ ╩╚═╝╩╝╚╝╚═╝ └─┴─┘┴ ┴┘└┘─┴┘┴┘└┘└─┘ ┴ ┴ ┴└─┘└─┘└─┘─┘
|
||||
'GET /imagine/unused-software': { action: 'imagine/view-unused-software' },
|
||||
|
||||
'GET /imagine/launch-party': {
|
||||
action: 'imagine/view-launch-party',
|
||||
locals: {
|
||||
layout: 'layouts/layout-sandbox',
|
||||
pageTitleForMeta: 'Fleet MDM launch party waitlist | Fleet for osquery',
|
||||
pageDescriptionForMeta: 'Celebrate with us at our MDM launch party on April 27th, 2023 at Press Club. Meet our team, enjoy drinks and learn how our MDM solution can benefit your organization.',
|
||||
headerCTAHidden: true,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
// ╦ ╔═╗╔═╗╔═╗╔═╗╦ ╦ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗
|
||||
// ║ ║╣ ║ ╦╠═╣║ ╚╦╝ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗
|
||||
// ╩═╝╚═╝╚═╝╩ ╩╚═╝ ╩ ╩╚═╚═╝═╩╝╩╩╚═╚═╝╚═╝ ╩ ╚═╝
|
||||
|
|
@ -393,6 +382,7 @@ module.exports.routes = {
|
|||
'GET /test-fleet-sandbox': '/try-fleet/register',
|
||||
'GET /unsubscribe': (req,res)=> { let originalQueryString = req.url.match(/\?(.+)$/) ? req.url.match(/\?(.+)$/)[1] : ''; return res.redirect(301, sails.config.custom.baseUrl+'/api/v1/unsubscribe-from-all-newsletters?'+originalQueryString);},
|
||||
'GET /tables': '/tables/account_policy_data',
|
||||
'GET /imagine/launch-party': 'https://www.eventbrite.com/e/601763519887',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue