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

7 lines
149 B
JSON
Raw Normal View History

2021-10-19 14:06:16 +02:00
{
"rewrites": [
{ "source": "/asset/:did", "destination": "/asset/" },
{ "source": "/profile/:account", "destination": "/profile/" }
]
}