From f5d58a738cd54641bf6a20c4866dcd2c5317b5e2 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 5 May 2021 22:07:15 -0500 Subject: [PATCH] Set up fleetdm.com/apply to list of openings (#729) --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index a0c5b6e87e..98907fa605 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -24,6 +24,7 @@ module.exports.routes = { '/company/about': '/blog', // FUTURE: brief "about" page explaining the origins of the company '/company/stewardship': 'https://github.com/fleetdm/fleet', // FUTURE: page about how we approach open source and our commitments to the community 'GET /company/contact': { action: 'view-contact' }, + 'GET /apply': 'https://fleet-device-management.breezy.hr', 'GET /get-started': 'https://github.com/fleetdm/fleet/blob/master/README.md', // « FUTURE: When ready, bring back { action: 'view-get-started' } 'GET /pricing': { action: 'view-pricing' }, '/documentation': 'https://github.com/fleetdm/fleet/tree/master/docs',