From 9ea5b8176c0739787f92c71c77aa16b8c993ae5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl=20=28xHyroM=29?= Date: Tue, 12 Mar 2024 22:43:38 +0100 Subject: [PATCH] fix: add docs/dux redirect --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 0018cb4..7a0054f 100644 --- a/vercel.json +++ b/vercel.json @@ -19,6 +19,10 @@ "source": "/docs/", "destination": "/docs/dux/introduction" }, + { + "source": "/docs/dux", + "destination": "/docs/dux/introduction" + }, { "source": "/docs/peddlerspocket", "destination": "/docs/peddlerspocket/introduction"