From 3795f6a2c2c92629a199d7285e3926211cd9eeca Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:04:04 -0800 Subject: [PATCH] MQTT subpage path forwrading --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 960c91f9..e8ea1798 100644 --- a/vercel.json +++ b/vercel.json @@ -57,6 +57,10 @@ "source": "/docs/software/mqtt/", "destination": "/docs/software/integrations/mqtt" }, + { + "source": "/docs/software/mqtt/:path*/", + "destination": "/docs/software/integrations/mqtt/:path*/" + }, { "source": "/docs/getting-started/faq", "destination": "/docs/faq/"