We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8fbe2 commit d3133dfCopy full SHA for d3133df
docs/template.ejs
@@ -11,7 +11,7 @@
11
12
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
13
<% for (var file in webpackConfig.template.cssFiles) { %>
14
- <link href="<%= '/generator-angular-fullstack' + webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
+ <link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
15
<% } %>
16
17
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
@@ -20,7 +20,7 @@
20
<%- webpackConfig.html %>
21
22
<% for (var script of webpackConfig.template.jsFiles) { %>
23
- <script src="<%= '/generator-angular-fullstack' + script %>"></script>
+ <script src="<%= script %>"></script>
24
25
26
<script>
0 commit comments