QwikCommunity / pwa

Turn your Qwik Application into an offline compatible PWA
https://pwa-a3b.pages.dev/
90 stars 8 forks source link

Added `exludeRoutes` option to exclude specific routes from prefetching #18

Open genki opened 1 week ago

genki commented 1 week ago

It is neat if it can be possible to specify the routes that is not have params but being dynamic. This option can have pathnames as like as ["/foo/", "/bar/baz/"] to exclude that from prefetching.