Skip to content

Commit dd090e1

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 3a1b9f9 commit dd090e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
<body>
1717
<!--<script src="https://cdn.cocreate.app/element-prototype/latest/CoCreate-element-prototype.min.js"></script>-->
18-
<script src="/dist/CoCreate.js"></script>
18+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
1919
</body>
2020
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ <h4>
247247
</div>
248248

249249
<!--CoCreateJS-->
250-
<script src="/dist/CoCreate.js"></script>
250+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
251251
</body>
252252
</html>

0 commit comments

Comments
 (0)