use relative paths in index.html
This commit is contained in:
parent
0255c8d28f
commit
d683648873
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue