Skip to content

Commit bd2e1c3

Browse files
committed
fix(gh-pages): fix gh pages
1 parent abe53f5 commit bd2e1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
base: "./",
5+
base: "/chord-charts/",
66
title: "Chord Charts",
77
description: "A NPM package to transpose and manage chord charts for music",
88
themeConfig: {

0 commit comments

Comments
 (0)