Browse Source

use root path for build.js so deep links work during dev (#27)

pull/28/head
Bill Criswell 9 years ago
committed by Chris Fritz
parent
commit
643e0dc7c8
  1. 2
      template/index.html

2
template/index.html

@ -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