mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 00:24:43 -04:00
Fix the generate template not including base url variable
This commit is contained in:
parent
38505491ae
commit
62c703baa1
3 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
||||
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
||||
<script src="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
||||
<% } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue