From 2fd5941a1dbf750d64054ea704d56b163078e62b Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 31 Oct 2024 20:35:49 +0800 Subject: [PATCH] chore: redirect deprated route to new than (#1267) Signed-off-by: Innei --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 786a896b6..3416418b0 100644 --- a/vercel.json +++ b/vercel.json @@ -39,6 +39,11 @@ "source": "/list/:id", "destination": "/share/lists/:id", "permanent": true + }, + { + "source": "/profile/:path*", + "destination": "/share/users/:path*", + "permanent": true } ], "headers": []