From 7d87aaa460f03c340ab6703e87986bff4b315cd0 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 17 Sep 2023 19:11:35 -0600 Subject: [PATCH] fix: Add path and pathname --- CoCreate.config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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" } } ]