Skip to content

Commit

Permalink
Add hls.js script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Aug 16, 2023
1 parent 7545584 commit 4135669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/viewer_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<%= csrf_meta_tag %>
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
<%= vite_javascript_tag 'viewer' %>
<%= stylesheet_link_tag 'viewer' %>
<%= yield :head %>
Expand Down

0 comments on commit 4135669

Please sign in to comment.