diff --git a/test/fixture/nuxt.config.js b/test/fixture/nuxt.config.js index 3366eb28..f2240e12 100644 --- a/test/fixture/nuxt.config.js +++ b/test/fixture/nuxt.config.js @@ -23,6 +23,13 @@ module.exports = { dev: true, importScripts: [ 'custom-sw.js' + ], + runtimeCaching: [ + { + urlPattern: 'https://google.com/.*', + handler: 'cacheFirst', + method: 'GET' + } ] }, oneSignal: {