From 50ec52f21c29aadde2e0e0c984e87ab740a4e990 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 e81a826..5483a5a 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -12,8 +12,7 @@ module.exports = { "pathname": "/docs/docs/index.html", "src": "{{./docs/index.html}}", "host": [ - "*", - "general.cocreate.app" + "*" ], "directory": "docs", "content-type": "{{content-type}}",