Skip to content

Commit 73acd54

Browse files
committed
Changed path to sw
1 parent f9c2b4f commit 73acd54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev-dist/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ define(['./workbox-d9a5ed57'], (function (workbox) { 'use strict';
9191
"revision": "3ca0b8505b4bec776b69afdba2768812"
9292
}, {
9393
"url": "index.html",
94-
"revision": "0.72clm1a2h2"
94+
"revision": "0.5a9d8nr1umo"
9595
}], {});
9696
workbox.cleanupOutdatedCaches();
9797
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { flock, initializeFlock } from "./flock.js";
1818
import {
1919
options,
2020
defineBlocks,
21-
initializeVariableIndexes,
21+
initializeVariableIndexes,
2222
handleBlockSelect,
2323
handleBlockDelete,
2424
CustomZelosRenderer,
@@ -34,7 +34,7 @@ import {
3434

3535
if ("serviceWorker" in navigator) {
3636
navigator.serviceWorker
37-
.register("/flock/sw.js")
37+
.register("./sw.js")
3838
.then((registration) => {
3939
console.log("Service Worker registered:", registration);
4040

0 commit comments

Comments
 (0)