chore(pwa): bump cache version

This commit is contained in:
root 2026-08-06 07:14:46 +00:00
parent 464cc57eb9
commit b1a09ae71a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
if (!isLocalhost) {
const STATIC_CACHE = "construction-delivery-static-v82";
const RUNTIME_CACHE = "construction-delivery-runtime-v82";
const STATIC_CACHE = "construction-delivery-static-v83";
const RUNTIME_CACHE = "construction-delivery-runtime-v83";
const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];
self.addEventListener("install", (event) => {