diff --git a/sw.js b/sw.js index 8368e3c..40a393e 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,7 @@ +var home = "https://the-cake-is-a-lie.net/website/ultimate_tictactoe/"; +var rel_home = "/website/ultimate_tictactoe"; + self.addEventListener('install', function (e) { e.waitUntil( caches.open('your-magic-cache').then(function (cache) {