Skip to content

Commit

Permalink
fix: added reponame as basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Dec 20, 2023
1 parent dc5a392 commit 9a87979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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' }],
],
Expand Down

0 comments on commit 9a87979

Please sign in to comment.