This commit is contained in:
Bubobubobubobubo
2023-12-19 19:49:01 +00:00
parent cd9dc9672e
commit e66dc22a90
7 changed files with 41 additions and 4 deletions

1
registerSW.js Normal file
View File

@ -0,0 +1 @@
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}