Skip to content

Commit 1692f5d

Browse files
committed
update website_id
1 parent 31a1cdb commit 1692f5d

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
"directory": "/docs/calculation",
2121
"content-type": "text/html",
2222
"public": "true",
23-
"website_id": "61381ed8829b690010a4f2b2"
23+
"website_id": "614298c2829b690010a5c031"
2424
}
2525
}
2626
],

docs/index.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,8 @@ <h2 class="padding:5px_0px">Demo</h2>
142142
<i class="fas fa-pencil-alt"></i>
143143
</button>
144144
</main>
145-
<script>
146-
var config = {
147-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
148-
organization_Id: '5de0387b12e200ea63204d6c',
149-
host: 'wss://server.cocreate.app:8088'
150-
}
151-
</script>
152-
153-
154-
<!--CoCreateJS-->
155-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
145+
<script src="/apikey.js"></script>
146+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
156147
</body>
157148

158149
</html>

0 commit comments

Comments
 (0)