Skip to content

Commit

Permalink
Update base html add relative_url inside script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chilensis committed Oct 11, 2024
1 parent a28efc8 commit 46dc715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{% include head.html %}
<body>
{{content}}
<script src="/assets/javascripts/application.js"></script>
<script src="{{ '/assets/javascripts/application.js' | relative_url }}"></script>
</body>
</html>

0 comments on commit 46dc715

Please sign in to comment.