Skip to content

Commit

Permalink
chore: update vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 27, 2023
1 parent 353c7c7 commit 9a0a01a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts → docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: '🐶 husky',
description: 'Git hooks made easy',
title: "Husky",
description: "Git hooks made easy",
base: '/husky/',
themeConfig: {
outline: [2, 3],
Expand All @@ -21,5 +21,5 @@ export default defineConfig({
{ text: 'Troubleshooting', link: '/troubleshooting' },
{ text: 'Migrating from v4', link: '/migrating-from-v4' },
],
},
}
})

0 comments on commit 9a0a01a

Please sign in to comment.