Skip to content

Commit cfcfb41

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 4cad79a commit cfcfb41

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/lazy-loader/latest/CoCreate-lazy-loader.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
@@ -243,6 +243,6 @@ <h4>
243243
</div>
244244

245245
<!--CoCreateJS-->
246-
<script src="/dist/CoCreate.js"></script>
246+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
247247
</body>
248248
</html>

0 commit comments

Comments
 (0)