Skip to content

Commit 1348b02

Browse files
authored
feat: responsive favicon (#469)
1 parent 40ce942 commit 1348b02

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/src/img/favicon.ico

0 Bytes
Binary file not shown.

docs/src/img/favicon.svg

+1
Loading

docs/src/routes/+layout.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
</script>
77

88
<svelte:head>
9-
<link href="$img/favicon.ico" rel="shortcut icon" />
9+
<link href="$img/favicon.svg" rel="icon" type="image/svg+xml">
10+
<link href="$img/favicon.ico" rel="shortcut icon">
1011
</svelte:head>
1112

1213
<slot />

0 commit comments

Comments
 (0)