use relative paths in index.html

This commit is contained in:
koehr 2018-04-22 23:11:57 +02:00
parent 0255c8d28f
commit d683648873

View file

@ -6,6 +6,6 @@
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
<script src="dist/build.js"></script>
</body>
</html>