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,