Skip to content

Commit

Permalink
feat(dashboard): add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjellyrika committed Dec 4, 2024
1 parent 8e70674 commit 37aa5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added src/lib/brand/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
import Icon from '@iconify/svelte';
import LogoMark from '$lib/brand/logomark/logomark.svg';
import banner from '$lib/brand/link-preview.png?url';
import favicon from '$lib/brand/favicon.ico?url';
const { children } = $props();
</script>

<svelte:head>
<link rel="icon" href={favicon} />
<meta property="og:image" content="https://spectro.fly.dev{banner}" />
</svelte:head>

Expand Down

0 comments on commit 37aa5eb

Please sign in to comment.