We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b691ef4 commit 505e803Copy full SHA for 505e803
CoCreate.config.js
@@ -4,13 +4,13 @@ module.exports = {
4
"organization_Id": "5ff747727005da1c272740ab",
5
"host": "general.cocreate.app"
6
},
7
-
8
- "sources": [{
+ "sources": [
+ {
9
"entry": "./docs/index.html",
10
"collection": "files",
11
- "document_id": "",
+ "document_id": "6143fc94829b690010a5f339",
12
"key": "src",
13
- "data":{
+ "data": {
14
"name": "index.html",
15
"path": "/docs/utils/index.html",
16
"domains": [
@@ -23,21 +23,5 @@ module.exports = {
23
"website_id": "614298c2829b690010a5c031"
24
}
25
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
+ ]
+}
0 commit comments