Fix script reference for react deployment

This commit is contained in:
boryslevytskyi
2017-05-13 19:26:36 +03:00
parent 7c9d214a67
commit b244f4135b

View File

@@ -10,6 +10,6 @@
</head>
<body>
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
<script src="/bundle.js"></script>
<script src="bundle.js"></script>
</body>
</html>