diff --git a/CoCreate.config.js b/CoCreate.config.js index 4c32c29..7a338ea 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -8,17 +8,16 @@ module.exports = { "object": { "_id": "601460b19f64ba1680b8669b", "name": "index.html", - "path": "/docs/docs/index.html", + "path": "/docs/docs", + "pathname": "/docs/docs/index.html", "src": "{{./docs/index.html}}", "host": [ "*", "general.cocreate.app" ], - "directory": "/docs/docs", - "parentDirectory": "{{parentDirectory}}", + "directory": "docs", "content-type": "{{content-type}}", - "public": "true", - "website_id": "644d4bff8036fb9d1d1fd69c" + "public": "true" } } ]