Skip to content

Commit f53564e

Browse files
committed
fix: update config sources to use template braces with entry on src
1 parent a3d6829 commit f53564e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CoCreate.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ module.exports = {
66
},
77

88
"sources": [{
9-
"entry": "./docs/index.html",
109
"collection": "files",
1110
"document": {
1211
"_id": "60145dc49f64ba1680b86693",
1312
"name": "index.html",
1413
"path": "/docs/file-server/index.html",
15-
"src": "{{source}}",
14+
"src": "{{./docs/index.html}}",
1615
"domains": [
1716
"cocreate.app",
1817
"general.cocreate.app"

0 commit comments

Comments
 (0)