Skip to content

Commit

Permalink
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 21, 2023
1 parent dd9ecf6 commit 7d6d125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</head>
<body>
<!-- <script src="../dist/CoCreate-socket-client.js"></script> -->
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,6 @@ <h2 class="padding:5px_0px">Demo</h2>
</button>
</main>
<script src="./apikey.js"></script>
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit 7d6d125

Please sign in to comment.