From 0fc38360f38fd4752c3ea3546cfd9d9b01ce7109 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 93d1068..6e7d9c2 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -12,8 +12,7 @@ module.exports = { "pathname": "/docs/fullcalendar/index.html", "src": "{{./docs/index.html}}", "host": [ - "*", - "general.cocreate.app" + "*" ], "directory": "fullcalendar", "content-type": "{{content-type}}",