Skip to content

Commit 0300e2f

Browse files
committed
Force relative path for config/config.js
Closes #118, again.
1 parent 4c68059 commit 0300e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<strong>We're sorry but OwnTracks doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1313
</noscript>
1414
<div id="app"></div>
15-
<script src="/config/config.js"></script>
15+
<script src="./config/config.js"></script>
1616
<script type="module" src="/src/main.js"></script>
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)