mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-16 02:04:54 +01:00
22 lines
486 B
JavaScript
22 lines
486 B
JavaScript
module.exports = {
|
|
siteTitle: 'Ocean Market',
|
|
siteTagline: `A marketplace to find and publish open data sets in the Ocean Network.`,
|
|
siteUrl: 'https://market.oceanprotocol.now.sh/',
|
|
copyright:
|
|
'All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)',
|
|
menu: [
|
|
{
|
|
name: 'Explore',
|
|
link: '/explore'
|
|
},
|
|
{
|
|
name: 'Publish',
|
|
link: '/publish'
|
|
},
|
|
{
|
|
name: 'Transactions',
|
|
link: '/transactions'
|
|
}
|
|
]
|
|
}
|