Lumon-Industries / Macrodata-Refinement

Marcrodata Refinement
http://lumon-industries.com/
94 stars 12 forks source link

fix invalid Service Worker reference #48

Closed cactysman closed 2 years ago

cactysman commented 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.

This PR addresses that and loads the correct file.

shiffman commented 2 years ago

Thanks! I'm not testing these so feel free to let me know if you find other issues!