Closed cactysman closed 2 years ago
There was a little oversight in #47 😅. The commit added the service worker in service-worker.js, but the script snippet in index.html attempts to load sw.js.
service-worker.js
index.html
sw.js
This PR addresses that and loads the correct file.
Thanks! I'm not testing these so feel free to let me know if you find other issues!
There was a little oversight in #47 😅. The commit added the service worker in
service-worker.js
, but the script snippet inindex.html
attempts to loadsw.js
.This PR addresses that and loads the correct file.