diff --git a/docs/vercel.json b/docs/vercel.json index c882b95b..ea0df04e 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -14,7 +14,7 @@ { "source": "/nlux/api/user-interface/event-listeners", "destination": "/nlux/reference/ui/events", "permanent": true }, { "source": "/nlux/api/user-interface", "destination": "/nlux/reference/ui", "permanent": true }, { "source": "/nlux/api/:path*", "destination": "/nlux/reference/:path*", "permanent": true }, - { "source": "/api/ui/:path*", "destination": "/nlux/reference/:path*", "permanent": true }, + { "source": "/api/ui/:path*", "destination": "/nlux/reference/ui/:path*", "permanent": true }, { "source": "/nlux\\?:path*", "destination": "/nlux/?:path*" }, { "source": "/nlux:path((?!)(?!/).*)", "destination": "/nlux/:path*" } ]