From bc19a0daf95170e094762328a622ddd24eb3d08f Mon Sep 17 00:00:00 2001 From: frankpagan Date: Tue, 7 Nov 2023 09:47:45 -0600 Subject: [PATCH] fix: update host --- CoCreate.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index ad1f391..0e8acb7 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -12,8 +12,7 @@ module.exports = { "pathname": "/docs/conditional-logic/index.html", "src": "{{./docs/index.html}}", "host": [ - "*", - "general.cocreate.app" + "*" ], "directory": "conditional-logic", "content-type": "{{content-type}}",