From f81188ff9bb357a5a33c77636f933ec0ae76c0db Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Mon, 13 Dec 2021 14:28:56 -0500 Subject: [PATCH] fix: redirects /home to / --- website/redirects.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/redirects.js b/website/redirects.js index 48a206b7f..a2fb4e9a8 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -2,6 +2,11 @@ module.exports = [ // Define your custom redirects within this file. // Vercel's redirect documentation: https://vercel.com/docs/configuration#project/redirects // Playground for testing url pattern matching: https://npm.runkit.com/path-to-regexp + { + source: '/home', + destination: '/', + permanent: true, + }, // Friendly URL for trial form redirection {