We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa405e2 commit e2bb25bCopy full SHA for e2bb25b
docs/src/.vitepress/config.mts
@@ -7,7 +7,7 @@ import footnote from "markdown-it-footnote";
7
export default defineConfig({
8
base: 'REPLACE_ME_DOCUMENTER_VITEPRESS',// TODO: replace this in makedocs!
9
title: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
10
- description: "A VitePress Site",
+ description: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
11
lastUpdated: true,
12
cleanUrls: true,
13
outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly...
0 commit comments