diff --git a/website/config/routes.js b/website/config/routes.js index 7ad2a790a0..cbb989073a 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -439,6 +439,7 @@ module.exports.routes = { // // For example, a clever user might try to visit fleetdm.com/documentation, not knowing that Fleet's website // puts this kind of thing under /docs, NOT /documentation. These "convenience" redirects are to help them out. + 'GET /admin': '/admin/email-preview', 'GET /renew': 'https://calendly.com/zayhanlon/fleet-renewal-discussion', 'GET /documentation': '/docs', 'GET /contribute': '/docs/contributing',