Skip to content

Commit 7fdac61

Browse files
committed
fix: update config sources to use template braces with entry on src
1 parent 619c1ab commit 7fdac61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CoCreate.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ module.exports = {
66
},
77
"sources": [
88
{
9-
"entry": "./docs/index.html",
109
"collection": "files",
1110
"document": {
1211
"_id": "6019bfa94eea0817df303b0c",
1312
"name": "index.html",
1413
"path": "/docs/conditional-logic/index.html",
15-
"src": "{{source}}",
14+
"src": "{{./docs/index.html}}",
1615
"domains": [
1716
"*",
1817
"general.cocreate.app"

0 commit comments

Comments
 (0)