Skip to content

Commit dd405e0

Browse files
authored
Merge pull request #34 from Rijgersberg/patch-1
Fix path to bundle.js
2 parents a572cc7 + 3719796 commit dd405e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<body>
3333
<div id="root"></div>
3434
<noscript>Please enable JavaScript to view this site.</noscript>
35-
<script src="../dist/bundle.js"></script>
35+
<script src="dist/bundle.js"></script>
3636
</body>
3737

38-
</html>
38+
</html>

0 commit comments

Comments
 (0)