We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e909c8 commit 0d50c95Copy full SHA for 0d50c95
1 file changed
documentation/docs/.vitepress/config.mjs
@@ -2,7 +2,8 @@ import { defineConfig } from 'vitepress'
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
- title: "SimpleW",
+ base: '/SimpleW/',
6
+ title: 'SimpleW',
7
titleTemplate: 'SimpleW',
8
description: "Simple Web server library in .NET Core",
9
head: [
0 commit comments