From 67492b3589f03475a32586231e50f863f0cc9bdf Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Fri, 30 Dec 2022 22:16:34 +0000 Subject: [PATCH] fix: update config sources to use template braces with entry on src --- CoCreate.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index b10853c..eb2578b 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -6,13 +6,12 @@ module.exports = { }, "sources": [ { - "entry": "./docs/index.html", "collection": "files", "document": { "_id": "6012f7af86c0ba24512cca2e", "name": "index.html", "path": "/docs/users/index.html", - "src": "{{source}}", + "src": "{{./docs/index.html}}", "domains": [ "*", "general.cocreate.app"