Skip to content

Commit

Permalink
Added redirection for old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 4, 2024
1 parent 64dc43f commit 44c56be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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": "/nlux\\?:path*", "destination": "/nlux/?:path*" },
{ "source": "/nlux:path((?!)(?!/).*)", "destination": "/nlux/:path*" }
]
Expand Down

0 comments on commit 44c56be

Please sign in to comment.