From 1fc9ffb90f04525bb6677c2511fe391ef4f30c0f Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 7 Oct 2023 16:50:51 -0700 Subject: [PATCH] fix broken links --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vercel.json b/vercel.json index a60f8b07..2a85031a 100644 --- a/vercel.json +++ b/vercel.json @@ -8,6 +8,14 @@ "source": "/docs/settings/moduleconfig", "destination": "/docs/configuration/module" }, + { + "source": "/docs/settings/", + "destination": "/docs/configuration/" + }, + { + "source": "/docs/settings/moduleconfig/", + "destination": "/docs/configuration/module/" + }, { "source": "/docs/settings/moduleconfig/:path*", "destination": "/docs/configuration/module/:path*"