Use relative paths

This commit is contained in:
Johnny Silverhand
2021-01-31 10:55:37 -05:00
parent 2b1cb50ed2
commit f29fa0ebd9
5 changed files with 92 additions and 92 deletions

View File

@@ -21,7 +21,7 @@
<div id="app"></div>
</body>
<script src="/js/vendor/socket.io.min.js"></script>
<script src="/js/bundle.js"></script>
<script src="js/vendor/socket.io.min.js"></script>
<script src="js/bundle.js"></script>
</html>