1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00
market/vercel.json

7 lines
149 B
JSON

{
"rewrites": [
{ "source": "/asset/:did", "destination": "/asset/" },
{ "source": "/profile/:account", "destination": "/profile/" }
]
}