Skip to content

Commit

Permalink
dashboard: use relative path assets/dashboard.js to make this a littl…
Browse files Browse the repository at this point in the history
…e easier to test locally
  • Loading branch information
ivan committed Jun 9, 2023
1 parent 719af9f commit 3c9dd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@
<div id="traffic"></div>
<div id="logs"></div>
</div>
<script src="/assets/dashboard.js" async></script>
<script src="assets/dashboard.js" async></script>
</body>
</html>

0 comments on commit 3c9dd02

Please sign in to comment.