From bda31e254bcc625f1135bffc55693acf1077e204 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 19 Apr 2022 13:56:06 -0500 Subject: [PATCH] /landing -> /g (#5158) Co-authored-by: Tim Kern --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index cbcd89a1b9..7abd0e09f0 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -146,7 +146,7 @@ module.exports.routes = { } }, - 'GET /landing': { + 'GET /g': { action: 'view-landing', locals: { layout: 'layouts/layout-landing',