Skip to content

Commit 61633fa

Browse files
authored
fix(icon): update warning url to docs (#329)
1 parent dc2a12a commit 61633fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/meta/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function generateMeta (pwa) {
109109

110110
const favicon = join(this.options.srcDir, this.options.dir.static, 'favicon.ico')
111111
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')
112+
console.warn('You are using a low quality icon, use icon png. See https://pwa.nuxtjs.org/icon/')
113113

114114
this.options.head.link.push({ rel: 'shortcut icon', href: 'favicon.ico' })
115115
}

0 commit comments

Comments
 (0)