From 7b12586dc05c63c854a4dd319849456c99921ced Mon Sep 17 00:00:00 2001 From: xHyroM Date: Thu, 23 Feb 2023 19:31:21 +0100 Subject: [PATCH] fix: add trailing slash /docs/ to vercel.json redirects --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 1641b29..ecfe8b7 100644 --- a/vercel.json +++ b/vercel.json @@ -14,6 +14,10 @@ { "source": "/docs", "destination": "/docs/items/nadpis/introduction" + }, + { + "source": "/docs/", + "destination": "/docs/items/nadpis/introduction" } ] }