diff --git a/redirects/vercel.json b/redirects/vercel.json index 0485910d..2a6d8324 100644 --- a/redirects/vercel.json +++ b/redirects/vercel.json @@ -1,10 +1,5 @@ { "redirects": [ - { - "source": "/docs/caching/", - "destination": "https://www.tigrisdata.com/docs/objects/caching/", - "permanent": true - }, { "source": "/:path*", "destination": "https://www.tigrisdata.com/docs/:path*", diff --git a/vercel.json b/vercel.json index 1e9c7bc3..97e8fc60 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,10 @@ { - "trailingSlash": true + "trailingSlash": true, + "redirects": [ + { + "source": "/docs/caching/", + "destination": "/docs/objects/caching/", + "permanent": true + } + ] }