diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 310a0b6..82bc8a9 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -2,7 +2,7 @@ "name": "СуперСам Доставка", "short_name": "СуперСам", "description": "Панель управления доставкой стройматериалов с уведомлениями.", - "start_url": "/dashboard", + "start_url": "/delivery/showcase", "scope": "/", "display": "standalone", "background_color": "#f4f7f5", diff --git a/public/service-worker.js b/public/service-worker.js index fe60654..7f00b3f 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,7 +1,7 @@ const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; if (!isLocalhost) { - const STATIC_CACHE = "construction-delivery-static-v105"; + const STATIC_CACHE = "construction-delivery-static-v106"; const RUNTIME_CACHE = "construction-delivery-runtime-v104"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];