Skip to content

Commit 3058a5a

Browse files
committed
docs: add search
1 parent aef4758 commit 3058a5a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: docs/.vitepress/config.ts

+6-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@ export default defineConfig({
8484
// placement: 'vuefirevuejsorg',
8585
// },
8686

87-
// algolia: {
88-
// apiKey: '0d5c32429ddf401270cbc9b4e24c4532',
89-
// indexName: 'vuefire',
90-
// // algoliaOptions: { facetFilters: ['tags:guide,api'] },
91-
// },
87+
algolia: {
88+
appId: 'O9WVPRF35B',
89+
apiKey: '7f026cbac6640bcf8b3f4c5f6f592d7b',
90+
indexName: 'vuefire',
91+
// algoliaOptions: { facetFilters: ['tags:guide,api'] },
92+
},
9293

9394
nav: [
9495
{ text: 'Guide', link: '/guide/' },

0 commit comments

Comments
 (0)