Skip to content

Commit

Permalink
Merge 53dace9 into e3dcb48
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 26, 2024
2 parents e3dcb48 + 53dace9 commit ed67fc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ Contributing to the Marketplace is easy, you just need to go through the followi
## Copyright & License

This repository is protected with a standard Apache 2 license. See the terms and conditions in the [LICENSE](https://github.com/decentraland/marketplace/blob/master/LICENSE) file.

.
16 changes: 11 additions & 5 deletions webapp/vercel.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"version": 2,
"name": "marketplace",
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
],
"build": {
"env": {
"GEN_STATIC_LOCAL": "true",
Expand All @@ -13,5 +9,15 @@
},
"github": {
"silent": true
}
},
"rewrites": [
{
"source": "/auth/:match*",
"destination": "https://decentraland.zone/auth/:match*"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit ed67fc8

Please sign in to comment.