Skip to content

Commit 0d50c95

Browse files
committed
fix: documentation base
1 parent 5e909c8 commit 0d50c95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

documentation/docs/.vitepress/config.mjs

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

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "SimpleW",
5+
base: '/SimpleW/',
6+
title: 'SimpleW',
67
titleTemplate: 'SimpleW',
78
description: "Simple Web server library in .NET Core",
89
head: [

0 commit comments

Comments
 (0)