Harish Mohan
Results
1
comments of
Harish Mohan
Same issue here, `offline.html` is getting precached but offline routes are not getting redirected to `/offline.html` `nuxt.config.js` ``` ... workbox: { dev: process.env.NODE_ENV === 'development', cleanupOutdatedCaches: true, offlinePage: '/offline.html', offlineAssets:...