diff --git a/CoCreate.config.js b/CoCreate.config.js index 7a338ea..e81a826 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,24 +1,24 @@ -module.exports = { - "organization_id": "", - "key": "", - "host": "", - "sources": [ - { - "array": "files", - "object": { - "_id": "601460b19f64ba1680b8669b", - "name": "index.html", - "path": "/docs/docs", - "pathname": "/docs/docs/index.html", - "src": "{{./docs/index.html}}", - "host": [ - "*", - "general.cocreate.app" - ], - "directory": "docs", - "content-type": "{{content-type}}", - "public": "true" - } - } - ] -} \ No newline at end of file +module.exports = { + "organization_id": "", + "key": "", + "host": "", + "sources": [ + { + "array": "files", + "object": { + "_id": "601460b19f64ba1680b8669b", + "name": "index.html", + "path": "/docs/docs", + "pathname": "/docs/docs/index.html", + "src": "{{./docs/index.html}}", + "host": [ + "*", + "general.cocreate.app" + ], + "directory": "docs", + "content-type": "{{content-type}}", + "public": "true" + } + } + ] +}; \ No newline at end of file