Skip to content

Commit 2eb6c33

Browse files
committed
Added leading slash to fix bug with connect-history-api-fallback
1 parent 738a205 commit 2eb6c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</head>
77
<body>
88
<div id="app"></div>
9-
<script src="bundle.js"></script>
9+
<script src="/bundle.js"></script>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)