Skip to content

Commit d720e9d

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 8799676 commit d720e9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demo/CoCreate-xxx.html

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

3030
<body>
3131
<!--CoCreateJS-->
32-
<script src="/dist/CoCreate.js"></script>
32+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
3333
</body>
3434
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,6 @@ <h2 class="padding:5px_0px">Demo</h2>
363363
</main>
364364

365365
<script src="./apikey.js"></script>
366-
<script src="/dist/CoCreate.js"></script>
366+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
367367
</body>
368368
</html>

test/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<body class="padding-20px">
1818
<!--
1919
@value_start
20-
<script src="/dist/CoCreate.js" ></script>
20+
<script src="https://CoCreate.app/dist/CoCreate.js" ></script>
2121
2222
Parse <testing class=""></testing>
2323
testing...
2424
2525
@value_end
2626
-->
2727

28-
<script src="/dist/CoCreate.js"></script>
28+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)