Skip to content

Commit ad70410

Browse files
committed
fix: apply src: {{source}} to CoCreate.config
1 parent c1fce0a commit ad70410

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CoCreate.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports = {
88
{
99
"entry": "./docs/utility.html",
1010
"collection": "files",
11-
"document_id": "60c63f2429e7550bebd6fb88",
12-
"key": "src",
1311
"document": {
12+
"_id": "60c63f2429e7550bebd6fb88",
1413
"name": "index.html",
1514
"path": "/docs/utility/index.html",
15+
"src": "{{source}}",
1616
"domains": [
1717
"*",
1818
"general.cocreate.app"
@@ -26,11 +26,11 @@ module.exports = {
2626
{
2727
"entry": "./docs/avatar.html",
2828
"collection": "files",
29-
"document_id": "60c63f2429e7550bebd6fb89",
30-
"key": "src",
3129
"document": {
30+
"_id": "60c63f2429e7550bebd6fb89",
3231
"name": "avatar.html",
3332
"path": "/docs/avatar/index.html",
33+
"src": "{{source}}",
3434
"domains": [
3535
"*",
3636
"general.cocreate.app"
@@ -44,11 +44,11 @@ module.exports = {
4444
{
4545
"entry": "./docs/flip-item.html",
4646
"collection": "files",
47-
"document_id": "60c63f2429e7550bebd6fb8a",
48-
"key": "src",
4947
"document": {
48+
"_id": "60c63f2429e7550bebd6fb8a",
5049
"name": "flip-item.html",
5150
"path": "/docs/flip-item/index.html",
51+
"src": "{{source}}",
5252
"domains": [
5353
"*",
5454
"general.cocreate.app"

demo/CoCreate-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<script>
8080
var CoCreateConfig = {
8181
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
82-
organization_id: '5de0387b12e200ea63204d6c'
82+
organization_id: '5ff747727005da1c272740ab'
8383
}
8484
</script>
8585

demo/CoCreate-navbar.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<script>
8989
var CoCreateConfig = {
9090
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
91-
organization_id: '5de0387b12e200ea63204d6c'
91+
organization_id: '5ff747727005da1c272740ab'
9292
}
9393
</script>
9494

demo/CoCreate-navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<script>
9393
var CoCreateConfig = {
9494
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
95-
organization_id: '5de0387b12e200ea63204d6c'
95+
organization_id: '5ff747727005da1c272740ab'
9696
}
9797
</script>
9898

demo/CoCreate-smooth-scroll.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 id="three">Section Three</h2>
157157
<script>
158158
var CoCreateConfig = {
159159
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
160-
organization_id: '5de0387b12e200ea63204d6c'
160+
organization_id: '5ff747727005da1c272740ab'
161161
}
162162
</script>
163163

0 commit comments

Comments
 (0)