Skip to content

Commit 331b501

Browse files
committed
feat: add search
1 parent 840ae88 commit 331b501

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ export default defineConfig({
2121
],
2222
themeConfig: {
2323
// https://vitepress.dev/reference/default-theme-config
24+
search: {
25+
provider: 'local'
26+
},
2427
editLink: {
2528
pattern: 'https://github.com/guangzhengli/k8s-tutorials/edit/main/:path'
2629
},
27-
30+
logo: '/favicon.ico',
2831
nav: [
2932
{ text: 'Home', link: '/' },
3033
],

0 commit comments

Comments
 (0)