Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sw.js')
-rw-r--r--static/sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/sw.js b/static/sw.js
index 0a03788..13a0ae5 100644
--- a/static/sw.js
+++ b/static/sw.js
@@ -24,7 +24,7 @@ if (workbox) {
);
// Workbox injection point
- workbox.precaching.precacheAndRoute([]);
+ workbox.precaching.precacheAndRoute(self.__WB_MANIFEST);
} else {
console.log("Boo! Workbox didn't load 😬");