Skip to content

Commit 49cbcc5

Browse files
committed
fix: apply src: {{source}} to CoCreate.config
1 parent 8754933 commit 49cbcc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CoCreate.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports = {
88
{
99
"entry": "./docs/index.html",
1010
"collection": "files",
11-
"document_id": "6143fc94829b690010a5f339",
12-
"key": "src",
1311
"document": {
12+
"_id": "6143fc94829b690010a5f339",
1413
"name": "index.html",
1514
"path": "/docs/utils/index.html",
15+
"src": "{{source}}",
1616
"domains": [
1717
"*",
1818
"general.cocreate.app"

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
var CoCreateConfig = {
1515
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
16-
organization_id: '5de0387b12e200ea63204d6c',
16+
organization_id: '5ff747727005da1c272740ab',
1717
host: 'ws.cocreate.app'
1818
}
1919
</script>

0 commit comments

Comments
 (0)