WhatsApp-Logger-Self-Hosted-

A privacy-focused, self-hosted...
Log | Files | Refs | README | LICENSE

commit aa86b041e013a43f98e7637d3efcc22dd13b8921
parent c5c5ca63ebdf886e22ae35dfe047188f658f3f84
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed, 13 May 2026 07:46:46 +0530

Update service worker to include full site link
Diffstat:
Msw.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sw.js b/sw.js @@ -1,7 +1,7 @@ const CACHE_NAME = 'walogger-v1'; const ASSETS = [ './', - './index.html', + '<-- full site link -->', './icon.svg', 'https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Google+Sans:wght@400;500;700&display=swap', 'https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0'
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror