Skip to content

Commit f99469a

Browse files
Fixed system-config.js import link to include APP_BASE
Fixes mgechev#1295
1 parent 74a023b commit f99469a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- endinject -->
2424

2525
<% if (ENV === 'dev') { %>
26-
<script src="/app/system-config.js"></script>
26+
<script src="<%= APP_BASE %>app/system-config.js"></script>
2727
<% } %>
2828

2929
<!-- libs:js -->

0 commit comments

Comments
 (0)