Skip to content

Commit

Permalink
fix: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 26, 2024
1 parent e076b09 commit 1f6d6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"rewrites": [
{
"source": "/auth",
"destination": "https://decentraland.zone/auth"
"source": "/auth/:match*",
"destination": "https://decentraland.zone/auth/:match*"
}
]
}

0 comments on commit 1f6d6ad

Please sign in to comment.