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 7a1e773 commit de8e039Copy full SHA for de8e039
lib/meta/module.js
@@ -298,7 +298,7 @@ function SPASupport (_pwa) {
298
const metaJSON = resolve(nuxt.options.buildDir, 'pwa/meta.json')
299
if (existsSync(metaJSON)) {
300
// eslint-disable-next-line no-console
301
- console.log('[PWA] Loading meta from ' + metaJSON)
+ console.debug('[PWA] Loading meta from ' + metaJSON)
302
mergeMeta(nuxt.options.head, require(metaJSON))
303
} else {
304
0 commit comments