From 470c170e91e1513731ef8309a77b9be4b525ceee Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 8 Oct 2020 20:28:27 +0100 Subject: [PATCH] Update config --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index 7d683d74..d532a5bd 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,6 @@ { "github": { "silent": true }, + "trailingSlash": false, "redirects": [ { "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false }, { "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false },