Skip to content

Commit

Permalink
fix: replace cdn with /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 20, 2023
1 parent 53604bb commit b305020
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 @@ -60,6 +60,6 @@

<!-- <script src="../dist/CoCreate-file.js"></script> -->
<script src="../../../CoCreateJS/dist/CoCreate.js"></script>
<!-- <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script> -->
<!-- <script src="/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 @@ -378,6 +378,6 @@ <h2 class="padding:5px_0px">Demo</h2>
</button>
</main>
<script src="/apikey.js"></script>
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
<script src="/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit b305020

Please sign in to comment.