Skip to content

Commit

Permalink
add custom js
Browse files Browse the repository at this point in the history
  • Loading branch information
cshyam1892 committed Jan 8, 2023
1 parent ecef28a commit f930ac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/Lychee-front
2 changes: 1 addition & 1 deletion public/dist/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions resources/views/frontend.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
{!! $bodyHtml !!}
<script async defer type="text/javascript" src="dist/frontend.js"></script>
<script async defer type="text/javascript" src="dist/WebAuthn.js"></script>
<script defer type="text/javascript" src="dist/custom.js"></script>
</body>
</html>

0 comments on commit f930ac0

Please sign in to comment.