*: allows for BASE_PATH configuration (#183)

This commit is contained in:
Quentin Machu
2022-04-25 00:17:13 -07:00
committed by GitHub
parent 90bb2851bf
commit 87b08a8f7c
13 changed files with 108 additions and 84 deletions

View File

@@ -119,5 +119,5 @@
{{end}}
{{define "bottom_js"}}
<script src="/static/custom/js/wake_on_lan_hosts.js"></script>
<script src="{{.basePath}}/static/custom/js/wake_on_lan_hosts.js"></script>
{{end}}