From 822824c79ec0da595001c4448ae98d89ea8a4745 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 30 Jun 2024 21:15:06 -0400 Subject: * --- js/pico-cam/service-worker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/pico-cam/service-worker.js') 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) { -- cgit 1.4.1-2-gfad0