This commit is contained in:
2022-07-25 12:31:17 +07:00
parent 4599861ef9
commit 647def9dcf
71 changed files with 1219 additions and 0 deletions

View File

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