From 7094946736ba5d7b2ab3cd8c67439c331d10b8a4 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Tue, 17 Dec 2024 14:47:24 -0800 Subject: [PATCH] Fix policy redirect --- vercel.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 2eb8e6d8..645c8edc 100644 --- a/vercel.json +++ b/vercel.json @@ -460,7 +460,12 @@ }, { "source": "/docs/overview/policies{/}?", - "destination": "/docs/policies", + "destination": "/docs/policies/index", + "permanent": true + }, + { + "source": "/docs/policies{/}?", + "destination": "/docs/policies/index", "permanent": true }, {