Skip to content

Commit

Permalink
Fix baseUrl not replaced correctly in #1378
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
  • Loading branch information
Yukaii committed Jul 10, 2020
1 parent 91fb545 commit 70de439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/includes/scripts.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="<%= webpackConfig.output.baseUrl %>/config"></script>
<script src="<%= '\<\%= serverURL \%\>' %>/config"></script>
<% for (var js in htmlWebpackPlugin.files.js) { %>
<script src="<%= '\<\%= serverURL \%\>'%><%= htmlWebpackPlugin.files.js[js] %>" defer></script>
<% } %>

0 comments on commit 70de439

Please sign in to comment.