From f20d6a892a9ce3c67be6bc4ee91a2f7a31c41198 Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Wed, 10 Jul 2024 10:04:34 -0700 Subject: [PATCH] redirect URLs with trailing slash --- 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",