Skip to content

Commit

Permalink
website: Use absolute path for js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Mar 17, 2024
1 parent ad44339 commit 81f610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/layouts/partials/page-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="row reverse-column-if-small">
<div style="width: 350px; float: none; margin: 0 auto;">
<div id="searchbox" class="card" style="margin-bottom: 50px"></div>
<script src="index.js"></script>
<script src="/index.js"></script>
<script>window.Main.main()</script>
</div>

Expand Down

0 comments on commit 81f610a

Please sign in to comment.