From 9a87979b5918f1bcd154df37fc4cb1e1b2d22e21 Mon Sep 17 00:00:00 2001 From: "Andreas H. Kelch" <> Date: Wed, 20 Dec 2023 10:25:08 +0100 Subject: [PATCH] fix: added reponame as basepath --- .vitepress/config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 92e6383..a2e48b8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -3,7 +3,8 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ title: "Vi Documentation", - description: "Documentation of a veriety of vi libraries", + description: "Documentation of a variety of vi libraries", + base:"/vi-docs/", //repo name!!! head: [ ['link', { rel: 'icon', type: 'image/svg+xml', href: '/icons/icon-docs.svg' }], ],