about summary refs log tree commit diff stats
path: root/js/pico-cam/service-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/pico-cam/service-worker.js')
-rw-r--r--js/pico-cam/service-worker.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/pico-cam/service-worker.js b/js/pico-cam/service-worker.js
index a564fad..a64353c 100644
--- a/js/pico-cam/service-worker.js
+++ b/js/pico-cam/service-worker.js
@@ -1,8 +1,8 @@
 var CACHE_NAME = 'pico-cam-v1';
 var urlsToCache = [
-  '/',
-  '/index.html',
-  '/pico-cam.js'
+  './',
+  './index.html',
+  './pico-cam.js'
 ];
 
 self.addEventListener('install', function(event) {