Skip to content

Commit 245013a

Browse files
author
Raffael Herrmann
committed
Add SVG favicon with code theme
1 parent 528cf72 commit 245013a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

public/favicon.svg

Lines changed: 7 additions & 0 deletions
Loading

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
darkMode: 'class'
1111
}
1212
</script>
13+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1314
<link id="prism-theme" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" rel="stylesheet" />
1415
<link rel="stylesheet" href="styles.css">
1516
</head>

0 commit comments

Comments
 (0)