Fixed the refreshing thing

This commit is contained in:
ItzLightyHD 2022-04-25 15:10:56 +02:00
parent 29f11a78dd
commit 296ecef9c2
1 changed files with 1 additions and 1 deletions

View File

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