Skip to content

Commit 184cd38

Browse files
committed
add search
1 parent 0e098b6 commit 184cd38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ export default defineConfig({
8787

8888
],
8989
},
90+
algolia: {
91+
indexName: 'midway-vue3-ssr',
92+
appId: 'JUX5Q8NL56',
93+
apiKey: 'ca6d7a7ea1955d40fa7ebbe9266d03c3'
94+
},
9095
socialLinks: [
9196
{ icon: 'github', link: 'https://github.com/lqsong/midway-vue3-ssr' },
9297
],

0 commit comments

Comments
 (0)