diff --git a/service-worker.js b/service-worker.js index 6e00d5b..1f68b65 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,7 +1,7 @@ const CACHE_NAME = 'my-site-cache-v7'; let urlsToCache = [ '/', - '/index.html', + '/index.html?v=8', '/not_found_page.html', '/not_found_page.html', '/service-worker.js',