This commit is contained in:
Bubobubobubobubo
2023-11-10 08:57:27 +00:00
parent 41c17d9ed8
commit 300dff4e3d
5 changed files with 5 additions and 1 deletions

1
registerSW.js Normal file
View File

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