From b639e85870c5ba34f22994eec142bfbd13328458 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Thu, 25 Nov 2021 15:41:22 +1000 Subject: [PATCH] feat(dashboard): redirect /memes to the website Relates to https://github.com/gitpod-io/website/pull/1281 --- components/dashboard/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dashboard/src/App.tsx b/components/dashboard/src/App.tsx index 210cec554f12a8..52c633bdcdaa0e 100644 --- a/components/dashboard/src/App.tsx +++ b/components/dashboard/src/App.tsx @@ -72,6 +72,7 @@ function isWebsiteSlug(pathName: string) { 'gitpod-vs-github-codespaces', 'imprint', 'media-kit', + 'memes', 'pricing', 'privacy', 'security',