@ -54,7 +54,9 @@ export default function register() {
function registerValidSW(swUrl) {
navigator.serviceWorker
.register(swUrl)
.register(swUrl, {
scope: '/static/'
})
.then(registration => {
registration.onupdatefound = () => {
const installingWorker = registration.installing;