From 992ecb3d54f52f2b1b488cb990a7631e993c1d1a Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 17 Sep 2023 19:11:36 -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 2ebd9e5..889386a 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -8,17 +8,16 @@ module.exports = { "object": { "_id": "6020ce06b526e5753d0ecb7d", "name": "index.html", - "path": "/docs/dashboard/index.html", + "path": "/docs/dashboard", + "pathname": "/docs/dashboard/index.html", "src": "{{./docs/index.html}}", "host": [ "*", "general.cocreate.app" ], - "directory": "/docs/dashboard", - "parentDirectory": "{{parentDirectory}}", + "directory": "dashboard", "content-type": "{{content-type}}", - "public": "true", - "website_id": "644d4bff8036fb9d1d1fd69c" + "public": "true" } } ]