Skip to content

Commit

Permalink
Fixed application.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 21, 2024
1 parent 35af87f commit c95546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= vite_client_tag %>
<%= vite_javascript_tag "application" %>
<%= vite_javascript_tag "application" %>
<%= vite_stylesheet_tag "application", data: {"turbo-track": "reload"} %>
</head>
<body>
Expand Down

0 comments on commit c95546f

Please sign in to comment.