1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

fix linting error by removing newline

This commit is contained in:
trentmc 2020-10-27 10:10:01 +01:00
parent 9171a17780
commit ee3dccaa93

View File

@ -1,8 +1,7 @@
module.exports = {
siteTitle: 'Ocean Developer Documentation',
siteShortTitle: 'Docs',
siteDescription:
'Tools to Build Data Markets, and Manage ERC20 Data Assets',
siteDescription: 'Tools to Build Data Markets, and Manage ERC20 Data Assets',
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png',
siteCompany: 'Ocean Protocol Foundation Ltd.',