Skip to content

Commit 733ce47

Browse files
committed
fix: apply src: {{source}} to CoCreate.config
1 parent 9642e34 commit 733ce47

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

CoCreate.config.js

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ module.exports = {
44
"organization_id": "5ff747727005da1c272740ab",
55
"host": "general.cocreate.app"
66
},
7-
8-
"sources": [{
7+
"sources": [
8+
{
99
"entry": "./docs/index.html",
1010
"collection": "files",
11-
"document_id": "6019bfa94eea0817df303b0c",
12-
"key": "src",
1311
"document": {
12+
"_id": "6019bfa94eea0817df303b0c",
1413
"name": "index.html",
1514
"path": "/docs/conditional-logic/index.html",
15+
"src": "{{source}}",
1616
"domains": [
1717
"*",
1818
"general.cocreate.app"
@@ -23,21 +23,5 @@ module.exports = {
2323
"website_id": "5ffbceb7f11d2d00103c4535"
2424
}
2525
}
26-
],
27-
28-
"extract": {
29-
"directory": "./src/",
30-
"extensions": [
31-
"js",
32-
"css",
33-
"html"
34-
],
35-
"ignores": [
36-
"node_modules",
37-
"vendor",
38-
"bower_components",
39-
"archive"
40-
]
41-
}
42-
}
43-
26+
]
27+
}

0 commit comments

Comments
 (0)