mirror of
https://github.com/assenzostefano/Apexie-Website.git
synced 2025-02-18 11:20:49 +01:00
Fixed the refreshing thing
This commit is contained in:
parent
29f11a78dd
commit
296ecef9c2
@ -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()
|
||||||
);
|
);
|
Loading…
x
Reference in New Issue
Block a user