nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

how to specify cache of specific routes #510

Open rrrepos opened 2 years ago

rrrepos commented 2 years ago

I am using the pwa-module in a static multiple routes site. I would like only the home page to be cache and not the other routes. I am new to Workbox though in the past I have used vanilla service workers code. Currently, I have not set any module options for workbox

pwa: {
    meta: {
      author: '...',
      name: '...',
    }
  },

Thanks