1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-08 15:43:03 -04:00

Link service worker on main pages

This commit is contained in:
Korbs 2023-12-15 00:09:10 -05:00
parent 92709cca8d
commit e4e3ee6aa1
6 changed files with 36 additions and 6 deletions

View file

@ -108,4 +108,9 @@ body {
</div>
</body>
</html>
</html>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js');
}
</script>