Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Title is always "Nuxt PWA" #47

Closed
toniengelhardt opened this issue Oct 12, 2022 · 2 comments
Closed

Title is always "Nuxt PWA" #47

toniengelhardt opened this issue Oct 12, 2022 · 2 comments

Comments

@toniengelhardt
Copy link
Contributor

The title of the PWA seems to be always "Nuxt PWA".

Config:

manifest: {
    name: 'RepoTracker',
    short_name: 'RepoTracker',
    description: 'Better GitHub Repository Stats and Insights',
    display: 'standalone',
    orientation: 'any',
    lang: 'en',
    start_url: '/track?standalone=true',
    scope: '/',
    crossorigin: 'use-credentials', // Required to make basic auth work.
    categories: [
      'productivity',
      'utilities',
    ],
},
pwa: {
  meta: {
    mobileAppIOS: true,
  },
}

Screenshot_20221012-100539

@kevinmarrec
Copy link
Owner

kevinmarrec commented Oct 12, 2022

Hey @toniengelhardt !

manifest settings should be under pwa (pwa.manifest) !

Just move your current manifest under pwa (aside meta) and you'll be fine :)

@toniengelhardt
Copy link
Contributor Author

toniengelhardt commented Oct 12, 2022

Thanks, that resolved it.

I created a PR (#49) to list the differences to the @nuxtjs/pwa module. I think that will help people to upgrade their Nuxt 2 projects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants