DEV Community

Discussion on: How to detect and update to the latest version with Nuxt PWA

Collapse
 
deprime profile image
Andrey Dyugaev

Hello. This is my PWA section in nuxt.config.js

pwa: {
    meta: {
      title: 'Ullanor',
      author: 'Deprime',
    },
    manifest: {
      name: 'Ullanor mobile browser strategy',
      short_name: 'Ullanor',
      lang: 'ru',
    },
  },
Enter fullscreen mode Exit fullscreen mode
Collapse
 
alejandroakbal profile image
Alejandro Akbal

Your configuration seems fine, and it is working for my users so I don't know what is happening :(