mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 15:43:58 +00:00
Merge pull request #23 from dsec-hub/feature/new-logo
changed favicon name
This commit is contained in:
commit
86e089c3e0
4 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
<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" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -37,7 +37,7 @@ export default defineConfig({
|
||||||
lang: "en",
|
lang: "en",
|
||||||
},
|
},
|
||||||
pwaAssets: {
|
pwaAssets: {
|
||||||
image: "static/dsec-logo.webp",
|
image: "static/dsec-logo-2.webp",
|
||||||
preset: "minimal-2023",
|
preset: "minimal-2023",
|
||||||
includeHtmlHeadLinks: false,
|
includeHtmlHeadLinks: false,
|
||||||
injectThemeColor: false,
|
injectThemeColor: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue