From ff9f7546c405880ec392d5bcbfd17bc3cebbe35c Mon Sep 17 00:00:00 2001 From: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> Date: Wed, 15 May 2024 15:01:46 -0400 Subject: [PATCH] [chore] Add redirect for waypoint/commands/:slug (#2447) Add redirect for waypoint/commands/:slug --- build-libs/redirects.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-libs/redirects.js b/build-libs/redirects.js index 3429bdc490..42c70e8428 100644 --- a/build-libs/redirects.js +++ b/build-libs/redirects.js @@ -182,6 +182,12 @@ async function buildDevPortalRedirects() { 'https://github.com/hashicorp/waypoint/tree/main/website/content/commands', permanent: true, }, + { + source: '/waypoint/commands/:slug', + destination: + 'https://github.com/hashicorp/waypoint/tree/main/website/content/commands', + permanent: true, + }, { source: '/waypoint/integrations', destination: '/waypoint',