We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef4758 commit 3058a5aCopy full SHA for 3058a5a
docs/.vitepress/config.ts
@@ -84,11 +84,12 @@ export default defineConfig({
84
// placement: 'vuefirevuejsorg',
85
// },
86
87
- // algolia: {
88
- // apiKey: '0d5c32429ddf401270cbc9b4e24c4532',
89
- // indexName: 'vuefire',
90
- // // algoliaOptions: { facetFilters: ['tags:guide,api'] },
91
- // },
+ algolia: {
+ appId: 'O9WVPRF35B',
+ apiKey: '7f026cbac6640bcf8b3f4c5f6f592d7b',
+ indexName: 'vuefire',
+ // algoliaOptions: { facetFilters: ['tags:guide,api'] },
92
+ },
93
94
nav: [
95
{ text: 'Guide', link: '/guide/' },
0 commit comments