From e9c488a0cea248716866675aee55aaab7dacfcfa Mon Sep 17 00:00:00 2001 From: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:10:21 -0700 Subject: [PATCH] redirect URLs with trailing slash (#1407) --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index 39a85aaaf1..2d6684b8aa 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,6 @@ { "cleanUrls": true, + "trailingSlash": false, "redirects": [ { "source": "/guide",