fix: limit mobile handoff delay to Nextcloud
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
4
sw.js
4
sw.js
@@ -1,4 +1,4 @@
|
||||
const CACHE_NAME = 'mischlabs-pwa-v15';
|
||||
const CACHE_NAME = 'mischlabs-pwa-v16';
|
||||
const APP_SHELL = [
|
||||
'/',
|
||||
'/index.html',
|
||||
@@ -6,7 +6,7 @@ const APP_SHELL = [
|
||||
'/offline.html',
|
||||
'/style.css?v=28',
|
||||
'/auth.js?v=1',
|
||||
'/app.js?v=32',
|
||||
'/app.js?v=33',
|
||||
'/favorites.js?v=1',
|
||||
'/services.json?v=1',
|
||||
'/manifest.webmanifest?v=4',
|
||||
|
||||
Reference in New Issue
Block a user