We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8314bef commit f446351Copy full SHA for f446351
docs/.vitepress/config.mts
@@ -4,6 +4,9 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: "Husky",
6
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
+ ],
10
base: '/husky/',
11
themeConfig: {
12
// outline: [2, 3],
0 commit comments