mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 07:24:27 +00:00
changed favicon name
This commit is contained in:
parent
6e2e17413d
commit
4984cd5f61
4 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
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",
|
||||
},
|
||||
pwaAssets: {
|
||||
image: "static/dsec-logo.webp",
|
||||
image: "static/dsec-logo-2.webp",
|
||||
preset: "minimal-2023",
|
||||
includeHtmlHeadLinks: false,
|
||||
injectThemeColor: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue