Skip to content

Commit d3133df

Browse files
committed
docs(): fix urls
1 parent 4c8fbe2 commit d3133df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/template.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313
<% for (var file in webpackConfig.template.cssFiles) { %>
14-
<link href="<%= '/generator-angular-fullstack' + webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
14+
<link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
1515
<% } %>
1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
@@ -20,7 +20,7 @@
2020
<%- webpackConfig.html %>
2121

2222
<% for (var script of webpackConfig.template.jsFiles) { %>
23-
<script src="<%= '/generator-angular-fullstack' + script %>"></script>
23+
<script src="<%= script %>"></script>
2424
<% } %>
2525

2626
<script>

0 commit comments

Comments
 (0)