We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37975fe commit 4c00ed0Copy full SHA for 4c00ed0
home/.vitepress/config.mts
@@ -8,6 +8,9 @@ export default defineConfig({
8
['link', { rel: 'icon', href: 'icon.ico' }]
9
],
10
themeConfig: {
11
+ search:{
12
+ provider: 'local'
13
+ },
14
// https://vitepress.dev/reference/default-theme-config
15
logo: '/img/logo.png',
16
nav: [
0 commit comments