We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1558a3 commit d2caca9Copy full SHA for d2caca9
template.ejs
@@ -6,11 +6,11 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<link rel="shortcut icon" href="/assets/favicon.ico">
8
9
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
10
<% for (var file in webpackConfig.template.cssFiles) { %>
11
<link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
12
<% } %>
13
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
14
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
15
</head>
16
<body>
0 commit comments