mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"site": {
|
|
"siteTitle": "Ocean Market",
|
|
"siteTagline": "A marketplace to find, publish and trade data sets in the Ocean Network.",
|
|
"siteUrl": "https://market.oceanprotocol.now.sh",
|
|
"siteIcon": "node_modules/@oceanprotocol/art/logo/favicon-white.png",
|
|
"siteImage": "../src/images/share.png",
|
|
"copyright": "All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)",
|
|
"menu": [
|
|
{
|
|
"name": "Publish",
|
|
"link": "/publish"
|
|
},
|
|
{
|
|
"name": "History",
|
|
"link": "/history"
|
|
}
|
|
]
|
|
}
|
|
}
|