From d7e946fccef94de2ce2686618c9368bc613db88f Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 26 Nov 2024 15:06:05 -0600 Subject: [PATCH] Website: Remove duplicate redirect (#24184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just merged in an old PR with this change after we had already merged a newer PR adding it 🤦‍♀️ --- website/config/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 711c31544e..f02a813ae5 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -599,7 +599,6 @@ module.exports.routes = { 'GET /learn-more-about/installing-fleetctl': '/guides/fleetctl#installing-fleetctl', 'GET /learn-more-about/mdm-disk-encryption': '/guides/enforce-disk-encryption', 'GET /contribute-to/policies': 'https://github.com/fleetdm/fleet/edit/main/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml', - 'GET /learn-more-about/mdm-disk-encryption': '/guides/enforce-disk-encryption', // Sitemap // =============================================================================================================