We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8754933 commit 49cbcc5Copy full SHA for 49cbcc5
CoCreate.config.js
@@ -8,11 +8,11 @@ module.exports = {
8
{
9
"entry": "./docs/index.html",
10
"collection": "files",
11
- "document_id": "6143fc94829b690010a5f339",
12
- "key": "src",
13
"document": {
+ "_id": "6143fc94829b690010a5f339",
14
"name": "index.html",
15
"path": "/docs/utils/index.html",
+ "src": "{{source}}",
16
"domains": [
17
"*",
18
"general.cocreate.app"
demo/index.html
@@ -13,7 +13,7 @@
<script>
var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
- organization_id: '5de0387b12e200ea63204d6c',
+ organization_id: '5ff747727005da1c272740ab',
host: 'ws.cocreate.app'
}
19
</script>
0 commit comments