Skip to content

Commit

Permalink
switch to production Vue script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEEaton authored Mar 8, 2023
1 parent 9d72ad8 commit 4692236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups/home/Vue3-v.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h2>Chat with a Librarian!</h2>

<!-- add Vue scripts -->
<!-- <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script> --><!-- development -->
<script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script> <!--production -->
<script type="text/javascript" src="https://libapps.s3.amazonaws.com/sites/2365/include/main-dev.js"></script>
<script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script><!--production -->
<script type="text/javascript" src="https://libapps.s3.amazonaws.com/sites/2365/include/main2.js"></script>

</body>

0 comments on commit 4692236

Please sign in to comment.