Skip to content

Commit

Permalink
doc: set base url to work in github pages
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed May 3, 2024
1 parent ead81a6 commit 7806581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 7806581

Please sign in to comment.