added support for changing the static url

This commit is contained in:
Wyatt Johnson
2017-09-14 14:27:45 -06:00
parent 7ace5b369a
commit f74e8dda16
12 changed files with 86 additions and 53 deletions
+1 -1
View File
@@ -28,6 +28,6 @@
</head>
<body>
<div id="root"></div>
<script src="<%= BASE_PATH %>client/coral-docs/bundle.js" charset="utf-8"></script>
<script src="<%= STATIC_URL %>client/coral-docs/bundle.js" charset="utf-8"></script>
</body>
</html>