From 02b70cac22d4d8de5adf18b5d37154bdb8112a2d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Aug 2026 17:52:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20manifest=20start=5Furl=20=E2=86=92=20/de?= =?UTF-8?q?livery/showcase=20for=20client=20PWA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.webmanifest | 2 +- public/service-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"];