From f4842c444484a2e7eda14bd84ed2fba094a695b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <22910497+Larsluph@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:46:08 +0100 Subject: [PATCH] perf(PWA): Use Network-only strategy for service worker (#1468) --- index.html | 4 + package-lock.json | 3773 +---------------------------------- package.json | 1 - public/manifest.webmanifest | 22 + public/registerSW.js | 1 + public/sw.js | 1 + vite.config.ts | 26 +- 7 files changed, 108 insertions(+), 3720 deletions(-) create mode 100644 public/manifest.webmanifest create mode 100644 public/registerSW.js create mode 100644 public/sw.js diff --git a/index.html b/index.html index 759c3edb..7c8686e5 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,10 @@ VueTorrent + + + +