use relative paths in index.html

main
koehr 6 years ago
parent 0255c8d28f
commit d683648873

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

Loading…
Cancel
Save