Skip to content

Commit 25c9442

Browse files
committed
fix: config renameed to CoCreateConfig
1 parent d995c6e commit 25c9442

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/atomic-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ <h2 class="padding:5px_0px">Demo</h2>
779779
</div>
780780

781781
<script>
782-
var config = {
782+
var CoCreateConfig = {
783783
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
784784
organization_id: '5de0387b12e200ea63204d6c'
785785
}

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
<script>
16-
var config = {
16+
var CoCreateConfig = {
1717
apiKey: '',
1818
organization_Id: '',
1919
host: ''

demo/test.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="color:white@dark color:yellow@light">hello how are you</h1>
3030
</div>
3131

3232
<script>
33-
var config = {
33+
var CoCreateConfig = {
3434
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
3535
organization_id: '5de0387b12e200ea63204d6c',
3636
host: 'wss://ws.cocreate.app'

demo/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h1 class="text-align:center">SPREAD THE WORD!</h1>
236236
</footer>
237237

238238
<script>
239-
var config = {
239+
var CoCreateConfig = {
240240
apiKey: '',
241241
organization_id: '5ff747727005da1c272740ab',
242242
host: 'server.cocreate.app'

0 commit comments

Comments
 (0)