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 72ab7df commit bac3049Copy full SHA for bac3049
lib/index-html.js
@@ -16,7 +16,7 @@ function indexHtml (opts) {
16
? opts.theme.favicon.map(favicon => `<link rel="${favicon.rel}" type="${favicon.type}" href="${prefix}/theme/${favicon.filename}" sizes="${favicon.sizes}" />\n`).join('')
17
: `
18
<link rel="icon" type="image/png" href="${prefix}/favicon-32x32.png" sizes="32x32" />
19
- <link rel="icon" type="image/png" href=".${opts.prefix}/favicon-16x16.png" sizes="16x16" />
+ <link rel="icon" type="image/png" href="${prefix}/favicon-16x16.png" sizes="16x16" />
20
`}
21
</head>
22
0 commit comments