doc: add favicon

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-02 13:29:59 +01:00
parent e3fabb17e8
commit aa07c0af2f
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Treefmt",
description: "one CLI to format your repo",
head: [
['link', { rel: 'icon', href: '/logo.png' }],
],
themeConfig: {
logo: '/logo.svg',

BIN
docs/public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB