We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbc207 commit fa516b6Copy full SHA for fa516b6
docs/.vitepress/config.ts
@@ -6,6 +6,9 @@ export default defineConfig({
6
description: "A VitePress Site",
7
cleanUrls: true,
8
themeConfig: {
9
+ search: {
10
+ provider: "local",
11
+ },
12
// https://vitepress.dev/reference/default-theme-config
13
// nav: [
14
// { text: "Home", link: "/" },
0 commit comments