use relative paths in index.html

main
koehr 6 years ago
parent 0255c8d28f
commit d683648873

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

Loading…
Cancel
Save