Skip to content

Commit e573fa2

Browse files
committed
fix: init and update demos scripts
1 parent 15f686e commit e573fa2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

demo/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@ <h3 style="text-align:center;">Parallax Demo</h3>
7272
<div class="resizeHandler"></div>
7373
</div>
7474

75-
<script>
76-
var config = {
77-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
78-
organization_Id: '5de0387b12e200ea63204d6c'
79-
}
80-
</script>
81-
82-
<!-- CoCreate JS CDN -->
83-
<script src="https://cdn.cocreate.app/parallax/latest/CoCreate-parallax.min.js" ></script>
75+
<script>
76+
var config = {
77+
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
78+
organization_Id: '5de0387b12e200ea63204d6c',
79+
host: 'ws.cocreate.app'
80+
}
81+
</script>
82+
83+
<!--<script src="../dist/CoCreate-parallax.js"></script>-->
84+
<script src="../../../CoCreateJS/dist/CoCreate.js" ></script>
8485
</body>
8586
</html>

0 commit comments

Comments
 (0)