pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

Using meta: false causing manifest is not generating

Open Herbata-Sys opened this issue 4 years ago • 1 comments

Version: 3.3.5 I don't want pwa module to override my default website title and meta tags so I am setting manifest property to false but then manifest.json file is not generating on build. Also i think another bug is that if manifest is not set to false it's title overrides nuxt.js title template.

Herbata-Sys avatar Feb 08 '21 13:02 Herbata-Sys

I found a solution for this, you need to set this meta tag, otherwise it will use the one set in your manifest which is not translated:

{ hid: "apple-mobile-web-app-title", property: "apple-mobile-web-app-title", content: your-meta-title-here }

I think that sometimes nuxt.js documentation is really lacking, which is a pity because everything else is great

vervelover avatar Apr 22 '22 10:04 vervelover