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": []