Skip to content

Commit 9a87979

Browse files
author
Andreas H. Kelch
committed
fix: added reponame as basepath
1 parent dc5a392 commit 9a87979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { defineConfig } from 'vitepress'
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
title: "Vi Documentation",
6-
description: "Documentation of a veriety of vi libraries",
6+
description: "Documentation of a variety of vi libraries",
7+
base:"/vi-docs/", //repo name!!!
78
head: [
89
['link', { rel: 'icon', type: 'image/svg+xml', href: '/icons/icon-docs.svg' }],
910
],

0 commit comments

Comments
 (0)