Skip to content

Commit 0903b42

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 9fa12e8 commit 0903b42

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
@@ -60,6 +60,6 @@
6060

6161
<!-- <script src="../dist/CoCreate-file.js"></script> -->
6262
<script src="../../../CoCreateJS/dist/CoCreate.js"></script>
63-
<!-- <script src="/dist/CoCreate.js"></script> -->
63+
<!-- <script src="https://CoCreate.app/dist/CoCreate.js"></script> -->
6464
</body>
6565
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,6 @@ <h2 class="padding:5px_0px">Demo</h2>
378378
</button>
379379
</main>
380380
<script src="/apikey.js"></script>
381-
<script src="/dist/CoCreate.js"></script>
381+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
382382
</body>
383383
</html>

0 commit comments

Comments
 (0)