doc: set base url to work in github pages

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-03 16:16:09 +01:00
parent ead81a6cdd
commit 78065811df
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -2,6 +2,8 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/treefmt.go/',
title: "Treefmt",
description: "one CLI to format your repo",