Skip to content

Commit f446351

Browse files
authored
docs: add favicon (#1354)
1 parent 8314bef commit f446351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/config.mts

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: "Husky",
66
description: "Git hooks made easy",
7+
head: [
8+
['link', { rel: 'icon', href: 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="85">🐶</text></svg>' }],
9+
],
710
base: '/husky/',
811
themeConfig: {
912
// outline: [2, 3],

0 commit comments

Comments
 (0)