Skip to content

Commit 505e803

Browse files
committed
add website_id
1 parent b691ef4 commit 505e803

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

CoCreate.config.js

+6-22
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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": "",
11+
"document_id": "6143fc94829b690010a5f339",
1212
"key": "src",
13-
"data":{
13+
"data": {
1414
"name": "index.html",
1515
"path": "/docs/utils/index.html",
1616
"domains": [
@@ -23,21 +23,5 @@ module.exports = {
2323
"website_id": "614298c2829b690010a5c031"
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)