Skip to content

Commit

Permalink
✨ feat: Add /invite/ rewrite to invite server temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Apr 27, 2024
1 parent 806d058 commit 3501cec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/www/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"rewrites": [
{
"source": "/invite/:path*",
"destination": "https://invite.nguard.xyz/invite/:path*"
},
{
"source": "/:lang/invite/:path*",
"destination": "https://invite.nguard.xyz/invite/:path*?lang=:lang"
}
]
}

0 comments on commit 3501cec

Please sign in to comment.