Skip to content

Commit

Permalink
docs: add favicon (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed committed Jan 25, 2024
1 parent 8314bef commit f446351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.mts
Expand Up @@ -4,6 +4,9 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Husky",
description: "Git hooks made easy",
head: [
['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>' }],
],
base: '/husky/',
themeConfig: {
// outline: [2, 3],
Expand Down

0 comments on commit f446351

Please sign in to comment.