From fbeb179b06327f30fb33abf0c8fd84a1d1fd4405 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 27 Nov 2024 21:53:46 -0600 Subject: [PATCH] Fix the build (Sorry) (#24238) --- website/config/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index b0f301d1e7..ab38d48a1d 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -522,7 +522,6 @@ 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 /testimonials': '/customer-stories', 'GET /admin': '/admin/email-preview', 'GET /renew': 'https://calendly.com/zayhanlon/fleet-renewal-discussion', 'GET /documentation': '/docs',