Skip to content

Commit

Permalink
fix: Support vercel auth (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia authored Feb 26, 2024
1 parent 6b67985 commit 992e6a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"VITE_REACT_APP_DCL_DEFAULT_ENV": "dev"
}
},
"routes": [
"rewrites": [
{
"handle": "filesystem"
"source": "/auth/:match*",
"destination": "https://decentraland.zone/auth/:match*"
},
{
"src": "/.*",
"dest": "/index.html"
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit 992e6a8

Please sign in to comment.