From 2c88e6659577480e752ceba3fb406f42c01f9b5b Mon Sep 17 00:00:00 2001 From: Salmen Hichri Date: Mon, 20 May 2024 18:02:09 +0100 Subject: [PATCH] Updated redictions file for docs website --- docs/vercel.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/vercel.json b/docs/vercel.json index 84dc5690..de0ef7a1 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -4,9 +4,8 @@ "trailingSlash": false, "redirects": [ { - "source": "/", - "destination": "/nlux", - "permanent": false + "source": "/:path*", + "destination": "/nlux/:path*" } ] } \ No newline at end of file