Merge pull request #23 from dsec-hub/feature/new-logo

changed favicon name
This commit is contained in:
RythonDev 2026-09-05 00:10:37 +08:00 committed by GitHub
commit 86e089c3e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
})();
</script>
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon2.ico" sizes="any" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
%sveltekit.head%
</head>

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -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,