Skip to content

Commit c754949

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 0ededa2 commit c754949

7 files changed

+8
-8
lines changed

demo/fetch.string.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>Paste in your browser console</h1>
4444
</pre>
4545

4646
<!-- CoCreate JS CDN -->
47-
<script src="/dist/CoCreate.js"></script>
48-
<!-- <script src="/dist/CoCreate.js"></script> -->
47+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
48+
<!-- <script src="https://CoCreate.app/dist/CoCreate.js"></script> -->
4949
</body>
5050
</html>

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ <h1>Paste in your browser console</h1>
114114
</pre>
115115

116116
<!--<script src="../dist/CoCreate-render.js"></script>-->
117-
<script src="/dist/CoCreate.js"></script>
117+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
118118
</body>
119119
</html>

demo/render.array.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ <h1>Paste in your browser console</h1>
5353
</pre>
5454

5555
<!-- CoCreate JS CDN -->
56-
<script src="/dist/CoCreate.js"></script>
56+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
5757
</body>
5858
</html>

demo/render.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ <h1>Paste in your browser console</h1>
4343
</pre>
4444

4545
<!-- CoCreate JS CDN -->
46-
<script src="/dist/CoCreate.js"></script>
46+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
4747
</body>
4848
</html>

demo/render.object.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ <h1>Paste in your browser console</h1>
5252
</pre>
5353

5454
<!-- CoCreate JS CDN -->
55-
<script src="/dist/CoCreate.js"></script>
55+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
5656
</body>
5757
</html>

demo/renderKey.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</form>
2727

2828
<!-- <script src="../dist/CoCreate-render-key.js"></script> -->
29-
<script src="/dist/CoCreate.js"></script>
29+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
3030
</body>
3131
</html>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,6 @@ <h2 class="padding:5px_0px">Demo</h2>
574574
</main>
575575

576576
<script src="./apikey.js"></script>
577-
<script src="/dist/CoCreate.js"></script>
577+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
578578
</body>
579579
</html>

0 commit comments

Comments
 (0)