We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2a12a commit 61633faCopy full SHA for 61633fa
lib/meta/module.js
@@ -109,7 +109,7 @@ function generateMeta (pwa) {
109
110
const favicon = join(this.options.srcDir, this.options.dir.static, 'favicon.ico')
111
if (options.favicon && !find(this.options.head.link, 'rel', 'shortcut icon') && existsSync(favicon)) {
112
- console.warn('You are using a low quality icon, use icon png. See https://pwa.nuxtjs.org/modules/icon.html')
+ console.warn('You are using a low quality icon, use icon png. See https://pwa.nuxtjs.org/icon/')
113
114
this.options.head.link.push({ rel: 'shortcut icon', href: 'favicon.ico' })
115
}
0 commit comments