Skip to content

Commit

Permalink
Updated redictions file for docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed May 20, 2024
1 parent 1c40e9a commit 2c88e66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"trailingSlash": false,
"redirects": [
{
"source": "/",
"destination": "/nlux",
"permanent": false
"source": "/:path*",
"destination": "/nlux/:path*"
}
]
}

0 comments on commit 2c88e66

Please sign in to comment.