about summary refs log tree commit diff stats
path: root/js/pico-cam/service-worker.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-30 21:15:06 -0400
committerelioat <elioat@tilde.institute>2024-06-30 21:15:06 -0400
commit822824c79ec0da595001c4448ae98d89ea8a4745 (patch)
tree34b09f65f98ebd0a51fd64bd34491b38bedb91ad /js/pico-cam/service-worker.js
parente60e1d7b8b3ba262729152c0eba184898632e655 (diff)
downloadtour-822824c79ec0da595001c4448ae98d89ea8a4745.tar.gz
*
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) {