Optimized PDF's and better offline file handeling

This commit is contained in:
2026-03-17 00:52:48 +01:00 Verified
parent d5cc399f6b
commit 06c114497a
10 changed files with 154 additions and 48 deletions
+3 -1
View File
@@ -12,8 +12,10 @@ const withSerwist = withSerwistInit({
cacheOnNavigation: true,
additionalPrecacheEntries: [
{ url: "/", revision: manualRevision },
{ url: "/emergency", revision: manualRevision },
{ url: "/schedule", revision: manualRevision },
{ url: "/faq", revision: manualRevision },
{ url: "/info", revision: manualRevision },
{ url: "/emergency", revision: manualRevision },
],
});