From 25c06fb5e36b4bf8f65c1c503bd5358d0df319f3 Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 24 Apr 2026 08:13:11 -0500 Subject: [PATCH] Refresh PWA asset references --- frontend/index.html | 12 +++++++----- frontend/vite.config.ts | 3 ++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index dfa8287..89c6644 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,24 +7,26 @@ - + - + + + WalkUp diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index defb9e3..dd29c22 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -13,8 +13,9 @@ export default defineConfig(({ mode }) => { registerType: "autoUpdate", includeAssets: [ "icon.svg", - "favicon.ico", + "favicon.png", "apple-touch-icon.png", + "splash-art.png", "icon-192.png", "icon-512.png", "apple-splash-1125x2436.png",