From 0c8779abc5dcb7a4c898cf00061a832812d68028 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Fri, 7 Feb 2025 02:22:45 +0100 Subject: [PATCH] Add service worker --- src/app.html | 1 + src/service-worker.js | 79 +++++++++++++++++++++++++++++++++++++++++++ static/manifest.json | 9 +++++ 3 files changed, 89 insertions(+) create mode 100644 src/service-worker.js create mode 100644 static/manifest.json diff --git a/src/app.html b/src/app.html index 5e73032..4bb3fa3 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,7 @@
+ %sveltekit.head%