From 4984cd5f613d4b8bec90d789dfca4239a7e60fe7 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:07:52 +0800 Subject: [PATCH] changed favicon name --- src/app.html | 2 +- static/{dsec-logo.webp => dsec-logo-2.webp} | Bin static/{favicon.ico => favicon2.ico} | Bin vite.config.ts | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename static/{dsec-logo.webp => dsec-logo-2.webp} (100%) rename static/{favicon.ico => favicon2.ico} (100%) diff --git a/src/app.html b/src/app.html index 8f618fc..bbb66da 100644 --- a/src/app.html +++ b/src/app.html @@ -26,7 +26,7 @@ })(); - + %sveltekit.head% diff --git a/static/dsec-logo.webp b/static/dsec-logo-2.webp similarity index 100% rename from static/dsec-logo.webp rename to static/dsec-logo-2.webp diff --git a/static/favicon.ico b/static/favicon2.ico similarity index 100% rename from static/favicon.ico rename to static/favicon2.ico diff --git a/vite.config.ts b/vite.config.ts index 0935938..5cd0a2f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -37,7 +37,7 @@ export default defineConfig({ lang: "en", }, pwaAssets: { - image: "static/dsec-logo.webp", + image: "static/dsec-logo-2.webp", preset: "minimal-2023", includeHtmlHeadLinks: false, injectThemeColor: false,