Fixed the refreshing thing

This commit is contained in:
ItzLightyHD 2022-04-25 15:10:56 +02:00
parent 29f11a78dd
commit 296ecef9c2

View File

@ -3,6 +3,6 @@ importScripts(
); );
workbox.routing.registerRoute( workbox.routing.registerRoute(
({ request }) => request.destination === 'script' && request.destination === 'image', ({ request }) => request.destination === 'image',
new workbox.strategies.CacheFirst() new workbox.strategies.CacheFirst()
); );