Skip to content

Commit

Permalink
Updated a redirection on the docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 4, 2024
1 parent 44c56be commit e3a332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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*" }
]
Expand Down

0 comments on commit e3a332c

Please sign in to comment.