This commit is contained in:
2022-05-26 17:35:47 +07:00
parent 40d680287e
commit 5062989a41
50 changed files with 1177 additions and 4 deletions

View File

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