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