Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on nuxt 3.3.1 #30

Closed
narr07 opened this issue Mar 29, 2023 · 2 comments
Closed

Not working on nuxt 3.3.1 #30

narr07 opened this issue Mar 29, 2023 · 2 comments

Comments

@narr07
Copy link

narr07 commented Mar 29, 2023

My config

pwa: {
    registerType: "autoUpdate",
    manifest: {
      name: "Permadi",
      short_name: "Permadi",
      theme_color: "#004643",
      icons: [
        {
          src: "icon.png",
          sizes: "192x192",
          type: "image/png",
        },
        {
          src: "icon",
          sizes: "512x512",
          type: "image/png",
        },

        {
          src: "icon.png",
          sizes: "512x512",
          type: "image/png",
          purpose: "any maskable",
        },
      ],
    },
    workbox: {
      navigateFallback: "/",
      globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
    },
  },

On Netilfy Lighthouse report

No manifest was fetched

@narr07
Copy link
Author

narr07 commented Mar 29, 2023

Solved add on app.vue

@narr07 narr07 closed this as completed Mar 29, 2023
@dej10
Copy link

dej10 commented Oct 30, 2023

@narr07 What did you add on app.vue ?

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

No branches or pull requests

2 participants