From 992e06546d39946df9f0c1c6be308ca99f90ce5b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 24 Sep 2016 14:05:16 +0100 Subject: [PATCH] Cache about page on install --- public/sw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sw.js b/public/sw.js index b6915cb..a3d58a6 100644 --- a/public/sw.js +++ b/public/sw.js @@ -10,6 +10,7 @@ self.addEventListener('install', function(event) { .then(function(cache) { return cache.addAll([ offlineUrl, + '/about', '/assets/style.css', '/assets/enhancements.js', '/assets/iconfont.woff',