Skip to content

Commit

Permalink
chore: fix gh pages base path
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 22, 2024
1 parent 23457e4 commit 94e5b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from "vitepress";
export default defineConfig({
title: "Toml Bombadil",
description: "A dotfile manager written in Rust",
base: "/toml-bombadil",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit 94e5b23

Please sign in to comment.